Release 0.2.0
[shpub.git] / src / shpub / Cli.php
index 56898511e8ac8405013a6abbad53e77f82acffd9..b335b531c90845191639dc095463de086bbd879e 100644 (file)
@@ -89,8 +89,9 @@ class Cli
     protected function loadOptParser()
     {
         $optParser = new \Console_CommandLine();
-        $optParser->description = 'shpub';
-        $optParser->version = '0.1.0';
+        $optParser->name        = 'shpub';
+        $optParser->description = 'Command line micropub client';
+        $optParser->version     = '0.2.0';
         $optParser->subcommand_required = true;
 
         $optParser->addOption(