diff options
author | Uwe Kleine-König <zeisberg@informatik.uni-freiburg.de> | 2007-01-19 13:43:00 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-19 17:54:32 -0800 |
commit | 18bd8821cace2f830e34574df6df30e072d0ed40 (patch) | |
tree | b399a325888002df2ee2e74441b1622b0f20daf1 /Documentation/git-push.txt | |
parent | 89bf207758530fd151895680f7236ce626feea9c (diff) | |
download | git-18bd8821cace2f830e34574df6df30e072d0ed40.tar.gz git-18bd8821cace2f830e34574df6df30e072d0ed40.tar.xz |
Update documentation of fetch-pack, push and send-pack
add all supported options to Documentation/git-....txt and the usage strings.
Signed-off-by: Uwe Kleine-König <zeisberg@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r-- | Documentation/git-push.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 3e8dbcf93..7a2e503a4 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -8,7 +8,7 @@ git-push - Update remote refs along with associated objects SYNOPSIS -------- -'git-push' [--all] [--tags] [--exec=<receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...] +'git-push' [--all] [--tags] [--exec=<git-receive-pack>] [--repo=all] [-f | --force] [-v] [<repository> <refspec>...] DESCRIPTION ----------- |