diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-12-15 02:01:14 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-12-15 02:01:14 +0000 |
commit | 1a33ea9671895258cee37cf89a209e56ecf578fb (patch) | |
tree | 73ab6a6db7131c90bfeba60813423bbe316b31da /cmd-list-keys.c | |
parent | 6ab17e3e15f8cbaf12fa3a9ea038a4e65f19ba85 (diff) | |
parent | 9d88d82d5e8caa7882a28ac95fda19754e5553e7 (diff) | |
download | rtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.tar.gz rtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.tar.bz2 rtmux-1a33ea9671895258cee37cf89a209e56ecf578fb.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-list-keys.c')
-rw-r--r-- | cmd-list-keys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-list-keys.c b/cmd-list-keys.c index 08796e5d..4abe2473 100644 --- a/cmd-list-keys.c +++ b/cmd-list-keys.c @@ -39,7 +39,7 @@ const struct cmd_entry cmd_list_keys_entry = { .args = { "t:T:", 0, 0 }, .usage = "[-t mode-table] [-T key-table]", - .flags = 0, + .flags = CMD_STARTSERVER, .exec = cmd_list_keys_exec }; @@ -50,7 +50,7 @@ const struct cmd_entry cmd_list_commands_entry = { .args = { "", 0, 0 }, .usage = "", - .flags = 0, + .flags = CMD_STARTSERVER, .exec = cmd_list_keys_exec }; |