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
diff --git a/nano.c b/nano.c
index f868472..b0e6100 100644
--- a/nano.c
+++ b/nano.c
@@ -631,7 +631,7 @@
     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"));