From fa2229fe06ad7bebbf71ef21824bc615728e5e7e Mon Sep 17 00:00:00 2001 From: Brandon Lavigne Date: Tue, 5 Feb 2013 18:06:18 -0800 Subject: [PATCH] removed spaces in the synopsis --- php/commands/scaffold.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.11.0