X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-symbolic-ref.c;h=ca855a5eb239f4dadccd53369e38db4e78b1d13f;hb=6821dee9a91131e1a003ee65b2f4218a19ea8f3d;hp=6ae6bcc0e8d02d9af8a81a7d694c0bfd2c6c0514;hpb=7d71be242d7fc8bd2eaef90e1848d71609c5c577;p=git.git diff --git a/builtin-symbolic-ref.c b/builtin-symbolic-ref.c index 6ae6bcc0e..ca855a5eb 100644 --- a/builtin-symbolic-ref.c +++ b/builtin-symbolic-ref.c @@ -36,7 +36,8 @@ int cmd_symbolic_ref(int argc, const char **argv, const char *prefix) }; git_config(git_default_config, NULL); - argc = parse_options(argc, argv, options, git_symbolic_ref_usage, 0); + argc = parse_options(argc, argv, prefix, options, + git_symbolic_ref_usage, 0); if (msg &&!*msg) die("Refusing to perform update with empty message"); switch (argc) {