From 2a24501363727dad1df47cc0fca47c57fedfd895 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 14 Jul 2005 00:10:05 -0700 Subject: [PATCH] Documentation: send/receive. This adds documentation for 'smarter push' family of commands. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- send-pack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'send-pack.c') diff --git a/send-pack.c b/send-pack.c index 8ff61d1c4..02d1d52c2 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 { -- cgit v1.2.1