mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 08:16:08 +00:00
Keep -? as usage.
This commit is contained in:
2
cmd.c
2
cmd.c
@@ -502,7 +502,7 @@ cmd_parse(struct args_value *values, u_int count, const char *file, u_int line,
|
||||
const struct cmd_entry *entry;
|
||||
struct cmd *cmd;
|
||||
struct args *args;
|
||||
char *error;
|
||||
char *error = NULL;
|
||||
|
||||
if (count == 0 || values[0].type != ARGS_STRING) {
|
||||
xasprintf(cause, "no command");
|
||||
|
||||
Reference in New Issue
Block a user