X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=archive.c;h=f59afda6ffda02920a50cabe1eb3e764221199ba;hb=28d836c81586e6b49131c69bbc5228a41667f1da;hp=edd68534fa847ad839fe8554e6864b39de4fcde0;hpb=2d984464c6be7ced6772a8dcf95d6a461a659a78;p=git.git diff --git a/archive.c b/archive.c index edd68534f..f59afda6f 100644 --- a/archive.c +++ b/archive.c @@ -7,9 +7,9 @@ #include "unpack-trees.h" static char const * const archive_usage[] = { - "git archive [options] [path...]", + "git archive [options] [...]", "git archive --list", - "git archive --remote [--exec ] [options] [path...]", + "git archive --remote [--exec ] [options] [...]", "git archive --remote [--exec ] --list", NULL };