diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-14 00:10:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-14 08:54:31 -0700 |
commit | 2a24501363727dad1df47cc0fca47c57fedfd895 (patch) | |
tree | d9d8e0f9e759ae2e1b01e5443e1f07260ad4884a /send-pack.c | |
parent | 8b3d9dc0e21eb8c7d90173acb330932569e6f52c (diff) | |
download | git-2a24501363727dad1df47cc0fca47c57fedfd895.tar.gz |
[PATCH] Documentation: send/receive.
This adds documentation for 'smarter push' family of commands.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'send-pack.c')
-rw-r--r-- | send-pack.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/send-pack.c b/send-pack.c index 8ff61d1c43..02d1d52c24 100644 --- a/send-pack.c +++ b/send-pack.c @@ -2,7 +2,8 @@ #include "refs.h" #include "pkt-line.h" -static const char send_pack_usage[] = "git-send-pack [--exec=other] destination [heads]*"; +static const char send_pack_usage[] = +"git-send-pack [--exec=git-receive-pack] [host:]directory [heads]*"; static const char *exec = "git-receive-pack"; struct ref { |