diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-12-13 20:01:09 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-12-13 20:01:09 +0000 |
commit | 00da99f2c4eb3abb3917bba19b10b751ef911205 (patch) | |
tree | 91963264582a536f2b0671fb97838fabbf80b413 /cmd-show-options.c | |
parent | d37a5800850f899cddb4efadc0304cfc76376e26 (diff) | |
parent | 72948d9f1d16dedf18dcb9b7ee96cc7ca803ef40 (diff) | |
download | rtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.tar.gz rtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.tar.bz2 rtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-show-options.c')
-rw-r--r-- | cmd-show-options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-show-options.c b/cmd-show-options.c index 5437ec73..3b39a532 100644 --- a/cmd-show-options.c +++ b/cmd-show-options.c @@ -38,7 +38,7 @@ const struct cmd_entry cmd_show_options_entry = { "show-options", "show", "gqst:vw", 0, 1, "[-gqsvw] [-t target-session|target-window] [option]", - CMD_WINDOW_T, + CMD_WINDOW_T|CMD_CANFAIL, cmd_show_options_exec }; @@ -46,7 +46,7 @@ const struct cmd_entry cmd_show_window_options_entry = { "show-window-options", "showw", "gvt:", 0, 1, "[-gv] " CMD_TARGET_WINDOW_USAGE " [option]", - CMD_WINDOW_T, + CMD_WINDOW_T|CMD_CANFAIL, cmd_show_options_exec }; |