Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jt/transfer-fsck-with-promissor'
[gitweb.git]
/
builtin
/
update-server-info.c
diff --git
a/builtin/update-server-info.c
b/builtin/update-server-info.c
index 873070e517090cbb21bf53cbc03088da6f85ec1f..4321a344567ed83e6828be41eb150d90c4d7756a 100644
(file)
--- a/
builtin/update-server-info.c
+++ b/
builtin/update-server-info.c
@@
-12,7
+12,7
@@
int cmd_update_server_info(int argc, const char **argv, const char *prefix)
{
int force = 0;
struct option options[] = {
- OPT__FORCE(&force, N_("update the info files from scratch")),
+ OPT__FORCE(&force, N_("update the info files from scratch")
, 0
),
OPT_END()
};