]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/blame.c
clone,init: describe --template using the same wording
[thirdparty/git.git] / builtin / blame.c
index cb25ec9ce882ac2b975420bb25735fbd156dc4ab..aa30ec52692558b0d8ed3dc3b6d671185682026e 100644 (file)
@@ -2325,8 +2325,8 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
        save_commit_buffer = 0;
        dashdash_pos = 0;
 
-       parse_options_start(&ctx, argc, argv, prefix, PARSE_OPT_KEEP_DASHDASH |
-                           PARSE_OPT_KEEP_ARGV0);
+       parse_options_start(&ctx, argc, argv, prefix, options,
+                           PARSE_OPT_KEEP_DASHDASH | PARSE_OPT_KEEP_ARGV0);
        for (;;) {
                switch (parse_options_step(&ctx, options, blame_opt_usage)) {
                case PARSE_OPT_HELP: