summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 019f42a)
raw | patch | inline | side by side (parent: 019f42a)
author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 21 Feb 2007 06:24:57 +0000 (01:24 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 21 Feb 2007 06:24:57 +0000 (01:24 -0500) |
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>
browser, it should be listed as a possible subcommand option in
our usage message.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | patch | blob | history |
diff --git a/git-gui.sh b/git-gui.sh
index 405813069b6be43534b6b40d77fbf3ecfdba5998..039e7bb93f554f55ea02ac58c306e403510176b5 100755 (executable)
--- a/git-gui.sh
+++ b/git-gui.sh
# fall through to setup UI for commits
}
default {
- puts stderr "usage: $argv0 \[{blame|citool}\]"
+ puts stderr "usage: $argv0 \[{blame|browser|citool}\]"
exit 1
}
}