Oops, fix short help wrt tab size short option
authorJonas Fonseca <fonseca@diku.dk>
Sun, 28 May 2006 02:36:34 +0000 (04:36 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Sun, 28 May 2006 02:52:43 +0000 (04:52 +0200)
tig.c

diff --git a/tig.c b/tig.c
index 0d62481..3a534fa 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -227,7 +227,7 @@ VERSION " (" __DATE__ ")\n"
 "  -l                          Start up in log view\n"
 "  -d                          Start up in diff view\n"
 "  -n[I], --line-number[=I]    Show line numbers with given interval\n"
-"  -t[N], --tab-size[=N]       Set number of spaces for tab expansion\n"
+"  -b[N], --tab-size[=N]       Set number of spaces for tab expansion\n"
 "  --                          Mark end of tig options\n"
 "  -v, --version               Show version and exit\n"
 "  -h, --help                  Show help message and exit\n";