From: Han-Wen Nienhuys Date: Mon, 5 Feb 2007 18:53:27 +0000 (+0100) Subject: strip --preview and --no-pages X-Git-Tag: release/2.11.17-1~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=12cae496b01baf05da80d718bf86e976e53e4679;p=lilypond.git strip --preview and --no-pages --- diff --git a/lily/main.cc b/lily/main.cc index 6019678ae8..6caafd73c9 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -156,9 +156,7 @@ static Long_option_init options_static[] {_i ("USER, GROUP, JAIL, DIR"), "jail", 'j', _i ("chroot to JAIL, become USER:GROUP\n" "and cd into DIR")}, #endif - {0, "no-print", 0, _i ("do not generate printed output")}, {_i ("FILE"), "output", 'o', _i ("write output to FILE (suffix will be added)")}, - {0, "preview", 'p', _i ("generate a preview of the first system")}, {0, "relocate", 0, _i ("relocate using directory of lilypond program")}, {0, "version", 'v', _i ("show version number and exit")}, {0, "verbose", 'V', _i ("be verbose")},