X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=fsck-cache.c;h=e40c64332f2ca8b01b12d1b3f050165f61836b3b;hb=4a30976e285139a6dd9c08b8893fd0b11e84c0c3;hp=6115514d4f0974d70abbe84aa35d001ec3316a82;hpb=64071805eda2b57d2b77943bb3f9865d90562ecf;p=git.git diff --git a/fsck-cache.c b/fsck-cache.c index 6115514d..e40c6433 100644 --- a/fsck-cache.c +++ b/fsck-cache.c @@ -445,7 +445,7 @@ int main(int argc, char **argv) continue; } if (*arg == '-') - usage("git-fsck-cache [--tags] [[--unreachable] [--cache] [--standalone | --full] *]"); + usage("git-fsck-cache [--tags] [--root] [[--unreachable] [--cache] [--standalone | --full] [--strict] *]"); } if (standalone && check_full)