mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-26 00:29:46 +01:00
Whoops, command-prompt can take 0 or 1 argument.
This commit is contained in:
parent
96c37fa80a
commit
64f02dab7c
@ -36,7 +36,7 @@ void cmd_command_prompt_free(void *);
|
||||
|
||||
const struct cmd_entry cmd_command_prompt_entry = {
|
||||
"command-prompt", NULL,
|
||||
"p:t:", 0, 0,
|
||||
"p:t:", 0, 1,
|
||||
CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]",
|
||||
0,
|
||||
cmd_command_prompt_key_binding,
|
||||
|
Loading…
Reference in New Issue
Block a user