MCPcopy Index your code
hub / github.com/git/git / usage_msg_opt

Function usage_msg_opt

parse-options.c:1507–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1505}
1506
1507void NORETURN usage_msg_opt(const char *msg,
1508 const char * const *usagestr,
1509 const struct option *options)
1510{
1511 die_message("%s\n", msg); /* The extra \n is intentional */
1512 usage_with_options(usagestr, options);
1513}
1514
1515void NORETURN usage_msg_optf(const char * const fmt,
1516 const char * const *usagestr,

Callers 15

usage_msg_optfFunction · 0.85
cmd_cloneFunction · 0.85
cmd_reconfigureFunction · 0.85
unpack_sidebandFunction · 0.85
cmd__proc_receiveFunction · 0.85
cmd_ls_treeFunction · 0.85
cmd_helpFunction · 0.85
cmd_receive_packFunction · 0.85
import_stashFunction · 0.85
cmd_prune_packedFunction · 0.85
cmd_cat_fileFunction · 0.85
cmd_replaceFunction · 0.85

Calls 2

die_messageFunction · 0.85
usage_with_optionsFunction · 0.85

Tested by 2

unpack_sidebandFunction · 0.68
cmd__proc_receiveFunction · 0.68