aboutsummaryrefslogtreecommitdiff
path: root/cmd-show-environment.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-12-13 20:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2015-12-13 20:01:09 +0000
commit00da99f2c4eb3abb3917bba19b10b751ef911205 (patch)
tree91963264582a536f2b0671fb97838fabbf80b413 /cmd-show-environment.c
parentd37a5800850f899cddb4efadc0304cfc76376e26 (diff)
parent72948d9f1d16dedf18dcb9b7ee96cc7ca803ef40 (diff)
downloadrtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.tar.gz
rtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.tar.bz2
rtmux-00da99f2c4eb3abb3917bba19b10b751ef911205.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-show-environment.c')
-rw-r--r--cmd-show-environment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-show-environment.c b/cmd-show-environment.c
index 8feb2e22..723d3039 100644
--- a/cmd-show-environment.c
+++ b/cmd-show-environment.c
@@ -37,7 +37,7 @@ const struct cmd_entry cmd_show_environment_entry = {
"show-environment", "showenv",
"gst:", 0, 1,
"[-gs] " CMD_TARGET_SESSION_USAGE " [name]",
- CMD_SESSION_T,
+ CMD_SESSION_T|CMD_CANFAIL,
cmd_show_environment_exec
};