summaryrefslogtreecommitdiff
path: root/git-pull.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-05 02:17:16 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-11-05 02:17:16 (GMT)
commitd8ae1d10cd08ff1f0b749222d083446ef7bd8f3f (patch)
treea5cb0871a568315a0277ca028c6f330ab704992f /git-pull.sh
parent3746501664e3fcf6c44080cb599b50bf9cbea2be (diff)
downloadgit-d8ae1d10cd08ff1f0b749222d083446ef7bd8f3f.zip
git-d8ae1d10cd08ff1f0b749222d083446ef7bd8f3f.tar.gz
git-d8ae1d10cd08ff1f0b749222d083446ef7bd8f3f.tar.bz2
Document the --no-commit flag better
Pasky and I did overlapping documentation independently; this is to pick up better wordings from what he sent me. Signed-off-by: Petr Baudis <pasky@suse.cz> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-pull.sh')
-rwxr-xr-xgit-pull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-pull.sh b/git-pull.sh
index 9601627..e23d4f5 100755
--- a/git-pull.sh
+++ b/git-pull.sh
@@ -7,7 +7,7 @@
. git-sh-setup || die "Not a git archive"
usage () {
- die "git pull [-n] [-s strategy]... <repo> <head>..."
+ die "git pull [-n] [--no-commit] [-s strategy]... <repo> <head>..."
}
strategy_args= no_summary= no_commit=