Commit 345a8467 authored by Jordi Mallach's avatar Jordi Mallach
Browse files

Fixed --keypad description.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@981 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 4 additions and 1 deletion
+4 -1
CVS code -
- nano.c:
usage()
- Remove extra \n in --keypad description (Jordi).
nano-1.1.5 - 01/05/2002
- General
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment