diff --git a/network/netasq/local/mode/qosusage.pm b/network/netasq/local/mode/qosusage.pm index d4ce03728..ee4e9d3d5 100644 --- a/network/netasq/local/mode/qosusage.pm +++ b/network/netasq/local/mode/qosusage.pm @@ -160,7 +160,7 @@ sub new { "sudo" => { name => 'sudo' }, "command:s" => { name => 'command', default => 'tail' }, "command-path:s" => { name => 'command_path' }, - "command-options:s" => { name => 'command_options', default => '-1 /log/l_monitor 2>&1' }, + "command-options:s" => { name => 'command_options', default => '-1 /log/l_monitor' }, }); return $self; @@ -278,7 +278,7 @@ Command path (Default: none). =item B<--command-options> -Command options (Default: '-1 /log/l_monitor 2>&1'). +Command options (Default: '-1 /log/l_monitor'). =item B<--speed-in>