Fixed --keypad description.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@981 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Jordi Mallach 2002-01-07 11:35:16 +00:00
parent d17519321e
commit 345a8467ae
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
CVS code -
- nano.c:
usage()
- Remove extra \n in --keypad description (Jordi).
nano-1.1.5 - 01/05/2002
- General

2
nano.c
View File

@ -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