X-Git-Url: https://git.cweiske.de/shpub.git/blobdiff_plain/059c6ab77b8e63210b9afc266d62c9f543d4d7ae..HEAD:/src/shpub/Command/Delete.php diff --git a/src/shpub/Command/Delete.php b/src/shpub/Command/Delete.php index 7735e21..cd97500 100644 --- a/src/shpub/Command/Delete.php +++ b/src/shpub/Command/Delete.php @@ -6,6 +6,7 @@ class Command_Delete extends Command_AbstractProps public static function opts(\Console_CommandLine $optParser) { $cmd = $optParser->addCommand('delete'); + $cmd->description = 'Delete an existing post'; static::addOptJson($cmd); $cmd->addArgument( 'url',