Commit e9a2d034 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

version() - Add arg to -T help (Rocco).

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@495 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 9d6f3f3f
Showing with 3 additions and 1 deletion
+3 -1
...@@ -17,6 +17,8 @@ General ...@@ -17,6 +17,8 @@ General
- nano.c: - nano.c:
do_justify() do_justify()
- Added restoration of totsize after unjustify command. - Added restoration of totsize after unjustify command.
version()
- Add arg to -T help (Rocco).
nano 0.9.99pre1 - 01/17/2001 nano 0.9.99pre1 - 01/17/2001
General General
......
...@@ -359,7 +359,7 @@ void usage(void) ...@@ -359,7 +359,7 @@ void usage(void)
printf(_("Usage: nano [GNU long option] [option] +LINE <file>\n\n")); printf(_("Usage: nano [GNU long option] [option] +LINE <file>\n\n"));
printf(_("Option Long option Meaning\n")); printf(_("Option Long option Meaning\n"));
printf(_ printf(_
(" -T --tabsize=[num] Set width of a tab to num\n")); (" -T [num] --tabsize=[num] Set width of a tab to num\n"));
#ifdef HAVE_REGEX_H #ifdef HAVE_REGEX_H
printf(_ printf(_
(" -R --regexp Use regular expressions for search\n")); (" -R --regexp Use regular expressions for search\n"));
......
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