Notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:29:28 +0000 (10:29 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:29:28 +0000 (10:29 +0800)
Notify.php

index fab7522..5df41f9 100644 (file)
@@ -70,9 +70,9 @@ class Pman_Core_Notify extends Pman
             'min' => 0,
             'max' => 999,
         ),
-          'limit' => array(
+        'dryrun' => array(
             'desc' => 'Dry run - do not send.',
-            'default' => -,
+            'default' => 0,
             'short' => 'D',
             'min' => 0,
             'max' => 0,