more builtin style cleanup

This commit is contained in:
Kurtis Rader
2017-06-14 22:12:29 -07:00
parent b480b117a9
commit ffdabace5e
19 changed files with 97 additions and 292 deletions

View File

@@ -152,7 +152,7 @@ static int parse_cmd_opts(struct cmd_opts *opts, int *optind, //!OCLINT(high nc
}
case 'h': {
opts->print_help = true;
return STATUS_CMD_OK;
break;
}
case ':': {
streams.err.append_format(BUILTIN_ERR_MISSING, cmd, argv[w.woptind - 1]);