summaryrefslogtreecommitdiff
path: root/src/plugins/exec
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-10-11 15:55:40 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-10-11 15:55:40 +0200
commit4d696d7cc86d04277fba288228dd376c542c5e18 (patch)
tree24ea9751c2acd505f5f319cc78b624e194fd9bc2 /src/plugins/exec
parentc8f2ebcea3f2abc46f43b5f7c0e3c20efa2c0fb6 (diff)
downloadweechat-4d696d7cc86d04277fba288228dd376c542c5e18.zip
exec: add missing option "-oc" in /help exec
Diffstat (limited to 'src/plugins/exec')
-rw-r--r--src/plugins/exec/exec-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c
index d90f0d7a2..0f329ed03 100644
--- a/src/plugins/exec/exec-command.c
+++ b/src/plugins/exec/exec-command.c
@@ -831,7 +831,7 @@ exec_command_init ()
N_("execute external commands"),
N_("-list"
" || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] "
- "[-l|-o|-n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] "
+ "[-l|-o|-oc|-n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] "
"[-flush|-noflush] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] "
"[-timeout <timeout>] [-name <name>] [-pipe <command>] "
"[-hsignal <name>] <command>"