diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-14 22:16:57 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-14 22:16:57 +0000 |
commit | 78c96751e6dc0bd894b5e38e065d2a317bee620c (patch) | |
tree | 6f2fe95e92a4ce2de5a16d7a8ee6e9ff590f04ec /cmd-command-prompt.c | |
parent | 145b2685a1a42257e410307b1a20adb0bb95d39b (diff) | |
download | rtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.tar.gz rtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.tar.bz2 rtmux-78c96751e6dc0bd894b5e38e065d2a317bee620c.zip |
Rename some flags I'm not happy about.
Diffstat (limited to 'cmd-command-prompt.c')
-rw-r--r-- | cmd-command-prompt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c index f5a1d271..72c13fd0 100644 --- a/cmd-command-prompt.c +++ b/cmd-command-prompt.c @@ -1,4 +1,4 @@ -/* $Id: cmd-command-prompt.c,v 1.8 2009-01-13 01:08:40 nicm Exp $ */ +/* $Id: cmd-command-prompt.c,v 1.9 2009-01-14 22:16:56 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> @@ -35,7 +35,7 @@ int cmd_command_prompt_callback(void *, const char *); const struct cmd_entry cmd_command_prompt_entry = { "command-prompt", NULL, CMD_TARGET_CLIENT_USAGE " [template]", - CMD_ZEROONEARG, + CMD_ARG01, cmd_command_prompt_init, cmd_target_parse, cmd_command_prompt_exec, |