X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=archive.c;h=f59afda6ffda02920a50cabe1eb3e764221199ba;hb=1f238da57334ca0155ae7560b173eefc8c4c157a;hp=edd68534fa847ad839fe8554e6864b39de4fcde0;hpb=d25c72f7da5116f7b7a1f88a59d2bc14415a03b2;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 };