aboutsummaryrefslogtreecommitdiff
path: root/builtin-mktree.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin-mktree.c')
-rw-r--r--builtin-mktree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-mktree.c b/builtin-mktree.c
index dc4f1a711..098395fda 100644
--- a/builtin-mktree.c
+++ b/builtin-mktree.c
@@ -155,7 +155,7 @@ int cmd_mktree(int ac, const char **av, const char *prefix)
OPT_END()
};
- ac = parse_options(ac, av, option, mktree_usage, 0);
+ ac = parse_options(ac, av, prefix, option, mktree_usage, 0);
while (!got_eof) {
while (1) {