]> git.wh0rd.org Git - nano.git/commitdiff
version() - Add arg to -T help (Rocco).
authorChris Allegretta <chrisa@asty.org>
Sun, 21 Jan 2001 16:08:21 +0000 (16:08 +0000)
committerChris Allegretta <chrisa@asty.org>
Sun, 21 Jan 2001 16:08:21 +0000 (16:08 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@495 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
nano.c

index b1eea7b72bc3730a91482fa8803647b7c36b2932..74260e68553ace2860ff527520672100c9c6ead3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/nano.c b/nano.c
index dd3444312b37ed98ff8d1eda8e463b6e7bafc202..24fd97d47c3df66f451bd0504e2b357933af76a6 100644 (file)
--- a/nano.c
+++ b/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"));