X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-bundle.c;h=9b58152047baebfdd6f26ffab31d49347e0cb069;hb=2464456a6ac9216d59d9e2cf0d86fee072f63cf8;hp=ac476e7a4b45fc55b6b6d1e4d02be0c35aba2c7b;hpb=fae09a8084c9b51632726523b477a78dd28d7d7e;p=git.git diff --git a/builtin-bundle.c b/builtin-bundle.c index ac476e7a4..9b5815204 100644 --- a/builtin-bundle.c +++ b/builtin-bundle.c @@ -6,10 +6,10 @@ * Basic handler for bundle files to connect repositories via sneakernet. * Invocation must include action. * This function can create a bundle or provide information on an existing - * bundle supporting git-fetch, git-pull, and git-ls-remote + * bundle supporting "fetch", "pull", and "ls-remote". */ -static const char *bundle_usage="git-bundle (create | verify | list-heads [refname]... | unbundle [refname]... )"; +static const char *bundle_usage="git bundle (create | verify | list-heads [refname]... | unbundle [refname]... )"; int cmd_bundle(int argc, const char **argv, const char *prefix) {