diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-12 11:56:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-12 11:56:09 +0100 |
commit | 2962ce55d642049dd9bf5e40d6e4c83522fc1696 (patch) | |
tree | 1be95634a5c68aec50357ff703d92f7834106786 /src | |
parent | e8de09662500543d774430a3aa722cfd7bd16c5f (diff) | |
download | weechat-2962ce55d642049dd9bf5e40d6e4c83522fc1696.zip |
exec: add missing completion of "-ns" in command /exec
Diffstat (limited to 'src')
-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 b81e6c181..135243fad 100644 --- a/src/plugins/exec/exec-command.c +++ b/src/plugins/exec/exec-command.c @@ -604,7 +604,7 @@ exec_command_init () "Default options can be set in the option " "exec.command.default_options."), "-list" - " || -sh|-nosh|-bg|-nobg|-stdin|-nostdin|-l|-o|-n|-timeout|-name|%*" + " || -sh|-nosh|-bg|-nobg|-stdin|-nostdin|-l|-o|-n|-ns|-timeout|-name|%*" " || -in|-signal|-kill %(exec_commands_ids)" " || -killall" " || -set %(exec_commands_ids) stdin|stdin_close|signal" |