X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/9f81b10b061382886a9c7e21ca941c11a6e4bee1..f5d5beae735bad2ba8a855c93f55e1c2b11f0244:/src/shpub/Cli.php diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 5689851..19f93d7 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.1'; $optParser->subcommand_required = true; $optParser->addOption(