Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dl/branch-error-message' into maint
[gitweb.git]
/
builtin
/
fsck.c
diff --git
a/builtin/fsck.c
b/builtin/fsck.c
index a27515aeaa2debabdb14a03d271fe423d13b19d2..0c757862e8cd414c087b27a608281b66c8608a4b 100644
(file)
--- a/
builtin/fsck.c
+++ b/
builtin/fsck.c
@@
-600,7
+600,7
@@
static int fsck_cache_tree(struct cache_tree *it)
}
static char const * const fsck_usage[] = {
- N_("git fsck [
options
] [<object>...]"),
+ N_("git fsck [
<options>
] [<object>...]"),
NULL
};