Commit 36fec72f authored by Chris Allegretta's avatar Chris Allegretta
Browse files

nano.c:usage() - Revamp -H option message to fit in 80 column terminal

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1383 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 3d459ad8
Showing with 2 additions and 1 deletion
+2 -1
......@@ -6,6 +6,7 @@ CVS Code -
non-file at startup.
usage()
- Remove gettext markings from -p/--preserve (Jordi).
- Revamp -H option message to fit in 80 column terminal.
do_preserve_msg():
- Unsplit error message into a single fprintf call (Jordi).
......
......@@ -631,7 +631,7 @@ void usage(void)
print1opt("-F", "--multibuffer", _("Enable multiple file buffers"));
#endif
#ifdef ENABLE_NANORC
print1opt("-H", "--historylog", _("Log and read search/replace string history"));
print1opt("-H", "--historylog", _("Log & read search/replace string history"));
print1opt("-I", "--ignorercfiles", _("Don't look at nanorc files"));
#endif
print1opt("-K", "--keypad", _("Use alternate keypad routines"));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment