From 2962ce55d642049dd9bf5e40d6e4c83522fc1696 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 12 Mar 2014 11:56:09 +0100 Subject: [PATCH] exec: add missing completion of "-ns" in command /exec --- src/plugins/exec/exec-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"