From 480ef3ac6cc360ea5622ac55058231233bdb858d Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 22 Oct 2005 07:31:35 +0000 Subject: [PATCH] clarify --safe. --- ChangeLog | 6 ++++++ lily/main.cc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d04c2fecf1..76129c1300 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ +2005-10-22 Han-Wen Nienhuys + + * lily/main.cc: clarify --safe. + 2005-10-21 Han-Wen Nienhuys + * VERSION: release 2.7.14 + * Documentation/user/*.itely: remove minimumVerticalExtent. * scm/define-grobs.scm (all-grob-descriptions): remove diff --git a/lily/main.cc b/lily/main.cc index 7627e0bb0d..6430874bde 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -166,7 +166,7 @@ static Long_option_init options_static[] #endif {0, "no-print", 0, _i ("do not generate printed output")}, {0, "preview", 'p', _i ("generate a preview of the first system")}, - {0, "safe-mode", 's', _i ("run in safe mode")}, + {0, "safe-mode", 's', _i ("disallow unsafe Scheme and PostScript operations")}, {0, "version", 'v', _i ("print version number")}, {0, "verbose", 'V', _i ("be verbose")}, {0, "warranty", 'w', _i ("show warranty and copyright")}, -- 2.39.2