Fixed --keypad description.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@981 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
d17519321e
commit
345a8467ae
|
@ -1,4 +1,7 @@
|
||||||
CVS code -
|
CVS code -
|
||||||
|
- nano.c:
|
||||||
|
usage()
|
||||||
|
- Remove extra \n in --keypad description (Jordi).
|
||||||
|
|
||||||
nano-1.1.5 - 01/05/2002
|
nano-1.1.5 - 01/05/2002
|
||||||
- General
|
- General
|
||||||
|
|
2
nano.c
2
nano.c
|
@ -495,7 +495,7 @@ void usage(void)
|
||||||
#ifdef ENABLE_MULTIBUFFER
|
#ifdef ENABLE_MULTIBUFFER
|
||||||
printf(_(" -F Enable multiple file buffers\n"));
|
printf(_(" -F Enable multiple file buffers\n"));
|
||||||
#endif
|
#endif
|
||||||
printf(_(" -K Use alternate keypad routines\n\n"));
|
printf(_(" -K Use alternate keypad routines\n"));
|
||||||
#ifndef NANO_SMALL
|
#ifndef NANO_SMALL
|
||||||
printf(_(" -M Write file in Mac format\n"));
|
printf(_(" -M Write file in Mac format\n"));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue