Kaynağa Gözat

Fixed small bug allowing daemonized & mun_lines options

Lacey Sanderson 10 yıl önce
ebeveyn
işleme
612f11659f
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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.',