Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-gui: Include browser in our usage message.
[gitweb.git]
/
git-gui.sh
diff --git
a/git-gui.sh
b/git-gui.sh
index 405813069b6be43534b6b40d77fbf3ecfdba5998..039e7bb93f554f55ea02ac58c306e403510176b5 100755
(executable)
--- 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
}
}