Whoops, command-prompt can take 0 or 1 argument.

This commit is contained in:
Nicholas Marriott 2011-01-05 22:38:28 +00:00
parent 96c37fa80a
commit 64f02dab7c

View File

@ -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,