Index: nano/src/nano.c =================================================================== RCS file: /cvsroot/nano/nano/src/nano.c,v retrieving revision 1.127 diff -u -r1.127 nano.c --- nano/src/nano.c 4 Aug 2004 18:24:53 -0000 1.127 +++ nano/src/nano.c 4 Aug 2004 22:54:26 -0000 @@ -670,7 +670,7 @@ #ifdef ENABLE_COLOR print1opt(_("-Y [str]"), _("--syntax [str]"), _("Syntax definition to use")); #endif - print1opt(_("-Z"), _("--restricted"), _("Restricted mode")); + print1opt("-Z", "--restricted", _("Restricted mode")); print1opt("-c", "--const", _("Constantly show cursor position")); #ifndef NANO_SMALL print1opt("-d", "--rebinddelete", _("Fix Backspace/Delete confusion problem"));