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