From 36fec72f6aa08423782d856c0cf2cf9db47255f7 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Wed, 22 Jan 2003 01:13:25 +0000 Subject: [PATCH] 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 --- ChangeLog | 1 + nano.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8296d212..d2b6e83d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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). diff --git a/nano.c b/nano.c index f8684723..b0e61005 100644 --- a/nano.c +++ b/nano.c @@ -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")); -- 2.39.5