]> git.donarmstrong.com Git - lilypond.git/commitdiff
clarify --safe.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 22 Oct 2005 07:31:35 +0000 (07:31 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 22 Oct 2005 07:31:35 +0000 (07:31 +0000)
ChangeLog
lily/main.cc

index d04c2fecf18191da46b8505cc5c85e239913b353..76129c13007242adafca8bdcb1f34ff97efdcf3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
+2005-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/main.cc: clarify --safe.
+
 2005-10-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * VERSION: release 2.7.14
+       
        * Documentation/user/*.itely: remove minimumVerticalExtent.
 
        * scm/define-grobs.scm (all-grob-descriptions): remove
index 7627e0bb0d733c7b49bbdc4ee3d920df56bec3d3..6430874bdedcf10f9e6d4cf2561ad65d5022fadc 100644 (file)
@@ -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")},