[PATCH] Add git-var a tool for reading interesting git variables.
[gitweb.git] / send-pack.c
index 8ff61d1c43f6edf89b334f35b65699b04e04c656..02d1d52c2475759f2b206912bbd626f749a6b750 100644 (file)
@@ -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 {