+ fix mode

This commit is contained in:
garnier-quentin 2017-02-02 16:17:01 +01:00
parent 87cd477a4d
commit de7fe58d77

View File

@ -160,7 +160,7 @@ sub new {
"sudo" => { name => 'sudo' }, "sudo" => { name => 'sudo' },
"command:s" => { name => 'command', default => 'tail' }, "command:s" => { name => 'command', default => 'tail' },
"command-path:s" => { name => 'command_path' }, "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; return $self;
@ -278,7 +278,7 @@ Command path (Default: none).
=item B<--command-options> =item B<--command-options>
Command options (Default: '-1 /log/l_monitor 2>&1'). Command options (Default: '-1 /log/l_monitor').
=item B<--speed-in> =item B<--speed-in>