X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/9f81b10b061382886a9c7e21ca941c11a6e4bee1..303b79ccecb657e801a5bdff105008abba418f1c:/src/shpub/Cli.php diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 5689851..b335b53 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -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(