looking for wrong seperator
[Pman.Core] / Cli.php
diff --git a/Cli.php b/Cli.php
index 942ebb1..2169456 100644 (file)
--- a/Cli.php
+++ b/Cli.php
@@ -19,7 +19,7 @@ class Pman_Core_Cli extends Pman
     }
     
     
-    function get()
+    function get($v, $opts = Array())
     {
         die("this is only used as a base class for Cli based commands - extend to use.");
     }