show-options and environment need CANFAIL flag.

This commit is contained in:
nicm
2015-12-13 18:15:13 +00:00
parent 50f8ead4e6
commit fd47084224
2 changed files with 3 additions and 3 deletions

View File

@ -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
};