X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-fsck.c;h=0929c7f245cbe85a4a68374850871a0ffbcdeec3;hb=7fa2b1f60b10fedbc4bdcabcbd0306adc2cdd678;hp=0e5faae381ed94c26671fcae04ea96d3656d7627;hpb=7f695d262a67e1d8d970d92fe84579b6609bca96;p=git.git diff --git a/builtin-fsck.c b/builtin-fsck.c index 0e5faae38..0929c7f24 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"),