add description for all commands
[shpub.git] / src / shpub / Command / Repost.php
index 6d786096b7ae419f75808d4d5e9f1e24e0fc790f..4154b2d22992c5f78bfea4d7cc5ec03f04e93885 100644 (file)
@@ -6,6 +6,7 @@ class Command_Repost extends Command_AbstractProps
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('repost');
+        $cmd->description = 'Create a repost';
         static::optsGeneric($cmd);
         $cmd->addArgument(
             'url',