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

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@495 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
Chris Allegretta 2001-01-21 16:08:21 +00:00
parent 9d6f3f3f60
commit e9a2d03497
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@ General
- nano.c:
do_justify()
- Added restoration of totsize after unjustify command.
version()
- Add arg to -T help (Rocco).
nano 0.9.99pre1 - 01/17/2001
General

2
nano.c
View File

@ -359,7 +359,7 @@ void usage(void)
printf(_("Usage: nano [GNU long option] [option] +LINE <file>\n\n"));
printf(_("Option Long option Meaning\n"));
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
printf(_
(" -R --regexp Use regular expressions for search\n"));