瀏覽代碼

Fixed small bug allowing daemonized & mun_lines options

Lacey Sanderson 10 年之前
父節點
當前提交
612f11659f
共有 1 個文件被更改,包括 2 次插入0 次删除
  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.',