From: Brandon Lavigne Date: Wed, 6 Feb 2013 02:06:18 +0000 (-0800) Subject: removed spaces in the synopsis X-Git-Tag: v0.9.0~110^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fa2229fe06ad7bebbf71ef21824bc615728e5e7e;p=wvm%2Fwvm.git removed spaces in the synopsis --- diff --git a/php/commands/scaffold.php b/php/commands/scaffold.php index bb7f473a..23067d53 100644 --- a/php/commands/scaffold.php +++ b/php/commands/scaffold.php @@ -135,7 +135,7 @@ class Scaffold_Command extends WP_CLI_Command { /** * Generate starter code for a theme. * - * @synopsis [--theme_name=] [--author=<full name>] [--author_uri=<http url>] [--activate] + * @synopsis <slug> [--theme_name=<title>] [--author=<full-name>] [--author_uri=<http-url>] [--activate] */ function _s( $args, $assoc_args ) {