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-save-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-save-buffer.c')
-rw-r--r-- | cmd-save-buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-save-buffer.c b/cmd-save-buffer.c index 0c545df6..9d6a026e 100644 --- a/cmd-save-buffer.c +++ b/cmd-save-buffer.c @@ -1,4 +1,4 @@ -/* $Id: cmd-save-buffer.c,v 1.1 2009-01-11 23:14:57 nicm Exp $ */ +/* $Id: cmd-save-buffer.c,v 1.2 2009-01-14 22:16:57 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha <me@tiagocunha.org> @@ -33,7 +33,7 @@ void cmd_save_buffer_exec(struct cmd *, struct cmd_ctx *); const struct cmd_entry cmd_save_buffer_entry = { "save-buffer", "saveb", "[-a] " CMD_BUFFER_SESSION_USAGE " path", - CMD_AFLAG|CMD_ONEARG, + CMD_AFLAG|CMD_ARG1, cmd_buffer_init, cmd_buffer_parse, cmd_save_buffer_exec, |