X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin-checkout-index.c;h=a7a5ee10f32d52c7555f85f2dcf6c567425488dd;hb=7aba6185d55e06db3f3ef18daa63baf3821e5030;hp=afe35e246c5ab2b262683308def787c6abce2a83;hpb=be273c73b72b67154eae7ce4f3ad66098a7f8f47;p=git.git diff --git a/builtin-checkout-index.c b/builtin-checkout-index.c index afe35e246..a7a5ee10f 100644 --- a/builtin-checkout-index.c +++ b/builtin-checkout-index.c @@ -249,7 +249,7 @@ int cmd_checkout_index(int argc, const char **argv, const char *prefix) die("invalid cache"); } - argc = parse_options(argc, argv, builtin_checkout_index_options, + argc = parse_options(argc, argv, prefix, builtin_checkout_index_options, builtin_checkout_index_usage, 0); state.force = force; state.quiet = quiet;