summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-02-05 16:34:00 -0800
committerJunio C Hamano <gitster@pobox.com>2010-02-05 16:34:00 -0800
commit3bd8de57279492e34d4e4525c7498651a027f3d9 (patch)
tree9982072367deffade3e82c8319f3fdd7baba26c6
parent3c8f6c8c4f00414e66076c2c97c834d01f828491 (diff)
parent2b26e0e18907132eaac2a8163de0cac552217082 (diff)
downloadgit-3bd8de57279492e34d4e4525c7498651a027f3d9.tar.gz
Merge branch 'maint'
* maint: Update git fsck --full short description to mention packs
-rw-r--r--builtin-fsck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-fsck.c b/builtin-fsck.c
index 0e5faae381..0929c7f245 100644
--- a/builtin-fsck.c
+++ b/builtin-fsck.c
@@ -578,7 +578,7 @@ static struct option fsck_opts[] = {
OPT_BOOLEAN(0, "root", &show_root, "report root nodes"),
OPT_BOOLEAN(0, "cache", &keep_cache_objects, "make index objects head nodes"),
OPT_BOOLEAN(0, "reflogs", &include_reflogs, "make reflogs head nodes (default)"),
- OPT_BOOLEAN(0, "full", &check_full, "also consider alternate objects"),
+ OPT_BOOLEAN(0, "full", &check_full, "also consider packs and alternate objects"),
OPT_BOOLEAN(0, "strict", &check_strict, "enable more strict checking"),
OPT_BOOLEAN(0, "lost-found", &write_lost_and_found,
"write dangling objects in .git/lost-found"),