X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmain.cc;h=f60a4a82f12a218a45304cce7aecc444fbba1cbb;hb=d2300573cae3c1920400d040faddd33f17b43c2d;hp=7a524d77dc8b45295c838e9079195252a7dc123d;hpb=c5a3f0c024f4cb629811cff9eb04abff36e94138;p=lilypond.git diff --git a/lily/main.cc b/lily/main.cc index 7a524d77dc..f60a4a82f1 100644 --- a/lily/main.cc +++ b/lily/main.cc @@ -138,7 +138,7 @@ static char const *WARRANTY */ string prefix_directory; -/* The jail specification: USER,GROUP,JAIL,DIR. */ +/* The jail specification: USER, GROUP, JAIL, DIR. */ string jail_spec; /* The option parser */ @@ -171,7 +171,7 @@ static Long_option_init options_static[] {_i ("DIR"), "include", 'I', _i ("add DIR to search path")}, {_i ("FILE"), "init", 'i', _i ("use FILE as init file")}, #if HAVE_CHROOT - {_i ("USER,GROUP,JAIL,DIR"), "jail", 'j', _i ("chroot to JAIL, become USER:GROUP\n" + {_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")},