aboutsummaryrefslogtreecommitdiffstats
path: root/fsck-cache.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-27 18:55:18 -0700
committerJunio C Hamano <junkio@cox.net>2005-07-27 18:57:14 -0700
commitfb6a3d862137c3f77c387729395a0c558950437b (patch)
treeebf19ee5856ca2298db7c70b187e9aeb93e8e474 /fsck-cache.c
parent64071805eda2b57d2b77943bb3f9865d90562ecf (diff)
downloadgit-fb6a3d862137c3f77c387729395a0c558950437b.tar.gz
Document --strict flag to the fsck-cache command.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'fsck-cache.c')
-rw-r--r--fsck-cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsck-cache.c b/fsck-cache.c
index 6115514d4f..e40c64332f 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] <head-sha1>*]");
+ usage("git-fsck-cache [--tags] [--root] [[--unreachable] [--cache] [--standalone | --full] [--strict] <head-sha1>*]");
}
if (standalone && check_full)