summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2013-01-25 22:33:24 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2013-01-25 22:33:24 -0600
commit4c620aeb2d66a127162fbbb70147bad3ac12de0f (patch)
tree688c31770db801edc110e797af44c8ddd20624e7
parent5832f285ecf466c5d2875ce0514fe86354f2c8f7 (diff)
tb : support --help prior to config
-rwxr-xr-xtb/tb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tb/tb b/tb/tb
index 05e9c87..69c7f88 100755
--- a/tb/tb
+++ b/tb/tb
@@ -233,7 +233,7 @@ EOF
#
case "$1" in
- ""|help)
+ ""|help|--help)
do_help "$@"
exit $?
;;