summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-02-21 01:24:57 -0500
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2007-02-21 01:24:57 -0500
commitc0f7a6c33da7ec875fb084c9d97e471cd3a14535 (patch)
tree1e20b40d2b0f81b567ef9b3eb50113bdcaf3ebb3
parentgit-gui: Change summary of git-gui. (diff)
downloadtgif-c0f7a6c33da7ec875fb084c9d97e471cd3a14535.tar.xz
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 <spearce@spearce.org>
-rwxr-xr-xgit-gui.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui.sh b/git-gui.sh
index 405813069b..039e7bb93f 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
}
}