]> git.wh0rd.org Git - nano.git/commitdiff
Fixed --keypad description.
authorJordi Mallach <jordi@gnu.org>
Mon, 7 Jan 2002 11:35:16 +0000 (11:35 +0000)
committerJordi Mallach <jordi@gnu.org>
Mon, 7 Jan 2002 11:35:16 +0000 (11:35 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@981 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
nano.c

index 3e1dfd24ea6bebc01f7260dd43fc9c348b867c99..a832a81c7c499383e02447f921f662ff65147d3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
 CVS code -
+- nano.c:
+  usage()
+       - Remove extra \n in --keypad description (Jordi).
 
 nano-1.1.5 - 01/05/2002
 - General
diff --git a/nano.c b/nano.c
index 1bf5c284cd50c73be2f0fd3ebee8dce9e2eacc55..5761f78d5a23574e19891039ad3e2907bb72a6ae 100644 (file)
--- a/nano.c
+++ b/nano.c
@@ -495,7 +495,7 @@ void usage(void)
 #ifdef ENABLE_MULTIBUFFER
     printf(_(" -F              Enable multiple file buffers\n"));
 #endif
-    printf(_(" -K              Use alternate keypad routines\n\n"));
+    printf(_(" -K              Use alternate keypad routines\n"));
 #ifndef NANO_SMALL
     printf(_(" -M              Write file in Mac format\n"));
 #endif