diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-11 15:55:40 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-10-11 15:55:40 +0200 |
commit | 4d696d7cc86d04277fba288228dd376c542c5e18 (patch) | |
tree | 24ea9751c2acd505f5f319cc78b624e194fd9bc2 /src/plugins/exec | |
parent | c8f2ebcea3f2abc46f43b5f7c0e3c20efa2c0fb6 (diff) | |
download | weechat-4d696d7cc86d04277fba288228dd376c542c5e18.zip |
exec: add missing option "-oc" in /help exec
Diffstat (limited to 'src/plugins/exec')
-rw-r--r-- | src/plugins/exec/exec-command.c | 2 |
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>" |