From: fred Date: Wed, 27 Mar 2002 01:21:15 +0000 (+0000) Subject: lilypond-1.5.9 X-Git-Tag: release/1.5.59~560 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d985fb3c49ebe93e1d6780feb8733fa51b6a25d8;p=lilypond.git lilypond-1.5.9 --- diff --git a/lily/main.cc b/lily/main.cc index 1f355bf961..dfb402ee41 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -105,7 +105,7 @@ static Long_option_init options_static[] = { {_i ("EXPR"), "evaluate", 'e',_i ("evalute EXPR as Scheme after .scm init is read")}, /* another bug in option parser: --output=foe is taken as an abbreviation for --output-format */ - {_i ("EXT"), "format", 'f', _i ("use output format EXT (scm, ps, tex or as)")}, + {_i ("EXT"), "format", 'f', _i ("use output format EXT (tex [default], pdftex, ps, scm or as)")}, {0, "help", 'h', _i ("this help")}, {_i ("FIELD"), "header", 'H', _i ("write header field to BASENAME.FIELD")}, {_i ("DIR"), "include", 'I', _i ("add DIR to search path")}, @@ -154,12 +154,6 @@ _ ( << " " << #ifdef NDEBUG "NDEBUG " -#endif -#ifdef NPRINT - "NPRINT " -#endif -#ifdef STRING_UTILS_INLINED - "STRING_UTILS_INLINED " #endif "\n" "datadir: `" DIR_DATADIR "'\n"