From: Shawn O. Pearce Date: Wed, 21 Feb 2007 06:24:57 +0000 (-0500) Subject: git-gui: Include browser in our usage message. X-Git-Tag: gitgui-0.6.1~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c0f7a6c33da7ec875fb084c9d97e471cd3a14535;p=git.git git-gui: Include browser in our usage message. Now that the 'browser' subcommand can be used to startup the tree browser, it should be listed as a possible subcommand option in our usage message. Signed-off-by: Shawn O. Pearce --- diff --git a/git-gui.sh b/git-gui.sh index 405813069..039e7bb93 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -5478,7 +5478,7 @@ gui { # fall through to setup UI for commits } default { - puts stderr "usage: $argv0 \[{blame|citool}\]" + puts stderr "usage: $argv0 \[{blame|browser|citool}\]" exit 1 } }