From 12cae496b01baf05da80d718bf86e976e53e4679 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 5 Feb 2007 19:53:27 +0100 Subject: [PATCH] strip --preview and --no-pages --- lily/main.cc | 2 -- 1 file changed, 2 deletions(-) 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")}, -- 2.39.5