X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=archive.c;h=1944ed4e4dc36addaf6a8b408703a7ff418bd26c;hb=60adf7d73e44126289a98dada60f9c335ffc84b0;hp=edd68534fa847ad839fe8554e6864b39de4fcde0;hpb=1125297ca1744be09f9e392aab0dd2c70d838583;p=git.git diff --git a/archive.c b/archive.c index edd68534f..1944ed4e4 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 }; @@ -314,7 +314,7 @@ static int parse_archive_args(int argc, const char **argv, "write the archive to this file"), OPT_BOOLEAN(0, "worktree-attributes", &worktree_attributes, "read .gitattributes in working directory"), - OPT__VERBOSE(&verbose), + OPT__VERBOSE(&verbose, "report archived files on stderr"), OPT__COMPR('0', &compression_level, "store only", 0), OPT__COMPR('1', &compression_level, "compress faster", 1), OPT__COMPR_HIDDEN('2', &compression_level, 2),