Browse Source

Fixed small bug allowing daemonized & mun_lines options

Lacey Sanderson 10 years ago
parent
commit
612f11659f
1 changed files with 2 additions and 0 deletions
  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.',