Correction route recv

This commit is contained in:
Michael RICOIS 2016-07-26 12:18:12 +02:00
parent af9999c518
commit da9ef9cfb3
2 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ class Module implements
{
return array(
"Detect event on file",
'recv [--verbose|-v] [--dry-run|-n] <filepath>' => "Action sur évenement reception (SD => Client)",
'recv [--verbose|-v] [--dry-run|-n] [<filepath>]' => "Action sur évenement reception (SD => Client)",
'send [--verbose|-v] [--dry-run|-n] <filepath>' => "Action sur évenement envoi (Client => SD)",
'read [--verbose|-v] [--dry-run|-n] <filepath>' => "Action sur évenenent lecture fichier",
'tck [--verbose|-v] [--dry-run|-n] <filepath>' => "Action sur réception fichier .tck (Transfert ChecK)",

View File

@ -109,7 +109,7 @@ return array(
),
'file-recv' => array(
'options' => array(
'route' => 'recv [--verbose|-v] [--dry-run|-n] <filepath>',
'route' => 'recv [--verbose|-v] [--dry-run|-n] [<filepath>]',
'defaults' => array(
'controller' => 'Application\Controller\File',
'action' => 'recv'
@ -136,7 +136,7 @@ return array(
),
'file-fallback' => array(
'options' => array(
'route' => 'fallback [--verbose|-v] [--dry-run|-n] --cron',
'route' => 'fallback [--verbose|-v] [--dry-run|-n]',
'defaults' => array(
'controller' => 'Application\Controller\File',
'action' => 'fallback'