mirror of
git://git.sv.gnu.org/nano.git
synced 2024-12-24 19:36:52 +03:00
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:
parent
9d6f3f3f60
commit
e9a2d03497
@ -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
2
nano.c
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user