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-set-buffer.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-set-buffer.c')
-rw-r--r-- | cmd-set-buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-set-buffer.c b/cmd-set-buffer.c index db4c0bed..9f93afe4 100644 --- a/cmd-set-buffer.c +++ b/cmd-set-buffer.c @@ -1,4 +1,4 @@ -/* $Id: cmd-set-buffer.c,v 1.4 2008-12-10 20:25:41 nicm Exp $ */ +/* $Id: cmd-set-buffer.c,v 1.5 2009-01-14 22:16:57 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -31,7 +31,7 @@ void cmd_set_buffer_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_set_buffer_entry = { "set-buffer", "setb", CMD_BUFFER_SESSION_USAGE " data", - CMD_ONEARG, + CMD_ARG1, cmd_buffer_init, cmd_buffer_parse, cmd_set_buffer_exec, |