add description for all commands
[shpub.git] / src / shpub / Command / Article.php
index c657b2c74c3279d66b749b3c0a3621f97e3145a8..018b4034f75d9dfa25205c767edd251a884912b1 100644 (file)
@@ -6,6 +6,7 @@ class Command_Article extends Command_AbstractProps
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('article');
+        $cmd->description = 'Create an article';
         static::addOptHtml($cmd);
         static::optsGeneric($cmd);
         $cmd->addArgument(