X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=send-pack.c;h=02d1d52c2475759f2b206912bbd626f749a6b750;hb=2c38fe4c574812601c8338d8db1ba0d2528b5ae4;hp=8ff61d1c43f6edf89b334f35b65699b04e04c656;hpb=e33b2ef8f59a136402ae434cc743408300d69e9a;p=git.git diff --git a/send-pack.c b/send-pack.c index 8ff61d1c..02d1d52c 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 {