diff --git a/ChangeLog b/ChangeLog index 3e1dfd24..a832a81c 100644 --- 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 1bf5c284..5761f78d 100644 --- 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