aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-02-21 01:24:57 -0500
committerShawn O. Pearce <spearce@spearce.org>2007-02-21 01:24:57 -0500
commitc0f7a6c33da7ec875fb084c9d97e471cd3a14535 (patch)
tree1e20b40d2b0f81b567ef9b3eb50113bdcaf3ebb3
parent019f42a4ffe66e35cfe32a18c3def0183e6a0129 (diff)
downloadgit-c0f7a6c33da7ec875fb084c9d97e471cd3a14535.tar.gz
git-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 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
}
}