add description for all commands
[shpub.git] / src / shpub / Command / Note.php
index 1694243ef9cb3fa534900bffadb4b713d20c77c6..2a911c905560c9496abf3ca3ccb053270900ea17 100644 (file)
@@ -6,6 +6,7 @@ class Command_Note extends Command_AbstractProps
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('note');
+        $cmd->description = 'Create a note';
         static::addOptHtml($cmd);
         static::optsGeneric($cmd);
         $cmd->addArgument(