| 649 | } |
| 650 | |
| 651 | static void opt_mode_usage(int argc, const char *opt_mode, |
| 652 | enum help_format fmt) |
| 653 | { |
| 654 | if (argc) |
| 655 | usage_msg_optf(_("the '%s' option doesn't take any non-option arguments"), |
| 656 | builtin_help_usage, builtin_help_options, |
| 657 | opt_mode); |
| 658 | |
| 659 | no_help_format(opt_mode, fmt); |
| 660 | } |
| 661 | |
| 662 | int cmd_help(int argc, |
| 663 | const char **argv, |
no test coverage detected