X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=archive.c;h=1944ed4e4dc36addaf6a8b408703a7ff418bd26c;hb=c597ba801048be45d168b1f6335e91bab165448f;hp=f59afda6ffda02920a50cabe1eb3e764221199ba;hpb=ae0a37cd6bc05b5ab511d0d1a541dc57d52753e6;p=thirdparty%2Fgit.git diff --git a/archive.c b/archive.c index f59afda6ff..1944ed4e4d 100644 --- a/archive.c +++ b/archive.c @@ -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),