From: scribu Date: Sat, 15 Jun 2013 10:47:15 +0000 (+0300) Subject: behat: fix help --gen test X-Git-Tag: v0.11.0~107^2~2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8a631204a88c6dfe2b88b9b62641fa78d622e4f4;p=wvm%2Fwvm.git behat: fix help --gen test --- diff --git a/features/help.feature b/features/help.feature index b23b898d..5b8b421f 100644 --- a/features/help.feature +++ b/features/help.feature @@ -43,10 +43,10 @@ Feature: Get help about WP-CLI commands @ronn Scenario: Generating help for multisite-only subcommands Given an empty directory - When I run `wp help --gen blog create` + When I run `wp help --gen site create` Then STDOUT should be: """ - generated blog-create.1 + generated site-create.1 """ @ronn diff --git a/man/option.1 b/man/option.1 index 904b88a2..69a8fb23 100644 --- a/man/option.1 +++ b/man/option.1 @@ -7,16 +7,16 @@ \fBwp\-option\fR \- Manage WordPress options\. . .SH "SYNOPSIS" -wp option get \fIkey\fR [\-\-format=\fIformat\fR] +wp option add \fIkey\fR [\-\-format=\fIformat\fR] . .P -wp option add \fIkey\fR [\-\-format=\fIformat\fR] +wp option delete \fIkey\fR . .P -wp option update \fIkey\fR [\-\-format=\fIformat\fR] +wp option get \fIkey\fR [\-\-format=\fIformat\fR] . .P -wp option delete \fIkey\fR +wp option update \fIkey\fR [\-\-format=\fIformat\fR] . .SH "SUBCOMMANDS" .