Skip to content

Commit 4ad5c80

Browse files
René Scharfegitster
authored andcommitted
archive: improve --verbose description
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8c83968 commit 4ad5c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archive.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ static int parse_archive_args(int argc, const char **argv,
314314
"write the archive to this file"),
315315
OPT_BOOLEAN(0, "worktree-attributes", &worktree_attributes,
316316
"read .gitattributes in working directory"),
317-
OPT__VERBOSE(&verbose, "be verbose"),
317+
OPT__VERBOSE(&verbose, "report archived files on stderr"),
318318
OPT__COMPR('0', &compression_level, "store only", 0),
319319
OPT__COMPR('1', &compression_level, "compress faster", 1),
320320
OPT__COMPR_HIDDEN('2', &compression_level, 2),

0 commit comments

Comments
 (0)