Explorar o código

Fixed small bug allowing daemonized & mun_lines options

Lacey Sanderson %!s(int64=11) %!d(string=hai) anos
pai
achega
612f11659f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tripal_daemon/tripal_daemon.drush.inc

+ 2 - 0
tripal_daemon/tripal_daemon.drush.inc

@@ -30,6 +30,8 @@ function tripal_daemon_drush_command() {
       //'show-log' => 'Show the log file.',
     ),
     'options' => array(
+      'num_lines' => 'The number of lines of the log file to show.',
+      'deamonize' => 'Pass this option to push the daemon into the background'
     ),
     'examples' => array(
       'drush trpjob-daemon start'                            => 'Start the daemon.',