summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c83968)
raw | patch | inline | side by side (parent: 8c83968)
author | René Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Mon, 8 Nov 2010 18:02:57 +0000 (19:02 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 15 Nov 2010 18:05:38 +0000 (10:05 -0800) |
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive.c | patch | blob | history |
diff --git a/archive.c b/archive.c
index 78a67f0cf1546f641092d8b84351762f7aee2185..1944ed4e4dc36addaf6a8b408703a7ff418bd26c 100644 (file)
--- a/archive.c
+++ b/archive.c
"write the archive to this file"),
OPT_BOOLEAN(0, "worktree-attributes", &worktree_attributes,
"read .gitattributes in working directory"),
- OPT__VERBOSE(&verbose, "be 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),