mirror of git://git.sv.gnu.org/nano.git
Fixed --keypad description.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@981 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
d17519321e
commit
345a8467ae
|
@ -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
2
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
|
||||
|
|
Loading…
Reference in New Issue