X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=archive.c;h=f59afda6ffda02920a50cabe1eb3e764221199ba;hb=60109d0ef5974b5066b6998fafe1da7187174c88;hp=edd68534fa847ad839fe8554e6864b39de4fcde0;hpb=226d06c16bcafda3417163437be9845130fd4998;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 };