diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-21 07:24:57 +0100 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-02-21 07:24:57 +0100 |
commit | c0f7a6c33da7ec875fb084c9d97e471cd3a14535 (patch) | |
tree | 1e20b40d2b0f81b567ef9b3eb50113bdcaf3ebb3 | |
parent | git-gui: Change summary of git-gui. (diff) | |
download | git-c0f7a6c33da7ec875fb084c9d97e471cd3a14535.tar.xz git-c0f7a6c33da7ec875fb084c9d97e471cd3a14535.zip |
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-x | git-gui.sh | 2 |
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 } } |