X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=builtin-update-ref.c;h=76ba1d5881b3cddc527bd363dec340c83dde605f;hb=b1b952043f8f909649fdf053c371109c84f9cf56;hp=378dc1b7a6bb4d56d301a34a4d44dae2f9a37e44;hpb=a8816e7bab0354badd915c1da09421a64c982831;p=thirdparty%2Fgit.git diff --git a/builtin-update-ref.c b/builtin-update-ref.c index 378dc1b7a6..76ba1d5881 100644 --- a/builtin-update-ref.c +++ b/builtin-update-ref.c @@ -23,7 +23,8 @@ int cmd_update_ref(int argc, const char **argv, const char *prefix) }; git_config(git_default_config, NULL); - argc = parse_options(argc, argv, options, git_update_ref_usage, 0); + argc = parse_options(argc, argv, prefix, options, git_update_ref_usage, + 0); if (msg && !*msg) die("Refusing to perform update with empty message.");