Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
submodule, repack: migrate to git-sh-setup's say()
[gitweb.git]
/
builtin-revert.c
diff --git
a/builtin-revert.c
b/builtin-revert.c
index ae0139500a6b4226e8b38b580524c6273f69a8cb..c87115af30abd9515599586af860ccd07b96b264 100644
(file)
--- a/
builtin-revert.c
+++ b/
builtin-revert.c
@@
-60,7
+60,7
@@
static void parse_args(int argc, const char **argv)
OPT_END(),
};
- if (parse_options(argc, argv, options, usage_str, 0) != 1)
+ if (parse_options(argc, argv,
NULL,
options, usage_str, 0) != 1)
usage_with_options(usage_str, options);
arg = argv[0];