Explain that "server" command takes a parameter.
[shpub.git] / src / shpub / Command / Undelete.php
index 55dd6b99ccf51c36f9b87433d36c904da0d51493..63d604b6c22515162ea902986c7751860fc1e52f 100644 (file)
@@ -6,6 +6,7 @@ class Command_Undelete extends Command_AbstractProps
     public static function opts(\Console_CommandLine $optParser)
     {
         $cmd = $optParser->addCommand('undelete');
+        $cmd->description = 'Restore a deleted post';
         static::addOptJson($cmd);
         $cmd->addArgument(
             'url',