UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Tue, 21 Oct 2014 03:34:10 +0000 (11:34 +0800)
committerEdward <edward@roojs.com>
Tue, 21 Oct 2014 03:34:10 +0000 (11:34 +0800)
UpdateCurrencyRate.php

index 6dc2967..e78d3e3 100644 (file)
@@ -7,15 +7,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
     
     static $cli_desc = "Update Currency Exchange Rate";
     
-    static $cli_opts = array(
-        'procedures-only' => array(
-            'desc' => 'Only run procedures and return',
-            'short' => 'p',
-            'default' => '',
-            'min' => 1,
-            'max' => 1,
-        ),
-    );
+    static $cli_opts = array();
     
     var $cli = false;