Skip to content

Commit d5592a6

Browse files
committed
Update arguments description
1 parent 75b5b55 commit d5592a6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3375,16 +3375,16 @@ wp signup
33753375

33763376
### wp signup activate
33773377

3378-
Activates a signup.
3378+
Activates one or more signups.
33793379

33803380
~~~
3381-
wp signup activate <signup>
3381+
wp signup activate <signup>...
33823382
~~~
33833383

33843384
**OPTIONS**
33853385

3386-
<signup>
3387-
Signup ID, user login, user email, or activation key.
3386+
<signup>...
3387+
The signup ID, user login, user email, or activation key of the signup(s) to activate.
33883388

33893389
**EXAMPLES**
33903390

@@ -3396,16 +3396,16 @@ wp signup activate <signup>
33963396

33973397
### wp signup delete
33983398

3399-
Deletes a signup.
3399+
Deletes one or more signups.
34003400

34013401
~~~
3402-
wp signup delete <signup>
3402+
wp signup delete <signup>...
34033403
~~~
34043404

34053405
**OPTIONS**
34063406

3407-
<signup>
3408-
Signup ID, user login, user email, or activation key.
3407+
<signup>...
3408+
The signup ID, user login, user email, or activation key of the signup(s) to delete.
34093409

34103410
**EXAMPLES**
34113411

@@ -3426,7 +3426,7 @@ wp signup get <signup> [--field=<field>] [--fields=<fields>] [--format=<format>]
34263426
**OPTIONS**
34273427

34283428
<signup>
3429-
Signup ID, user login, user email, or activation key.
3429+
The signup ID, user login, user email, or activation key.
34303430

34313431
[--field=<field>]
34323432
Instead of returning the whole signup, returns the value of a single field.

src/Signup_Command.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public function list_( $args, $assoc_args ) {
155155
* ## OPTIONS
156156
*
157157
* <signup>
158-
* : Signup ID, user login, user email, or activation key.
158+
* : The signup ID, user login, user email, or activation key.
159159
*
160160
* [--field=<field>]
161161
* : Instead of returning the whole signup, returns the value of a single field.
@@ -203,7 +203,7 @@ public function get( $args, $assoc_args ) {
203203
* ## OPTIONS
204204
*
205205
* <signup>...
206-
* : Signup ID, user login, user email, or activation key of the signup(s) to activate.
206+
* : The signup ID, user login, user email, or activation key of the signup(s) to activate.
207207
*
208208
* ## EXAMPLES
209209
*
@@ -233,7 +233,7 @@ public function activate( $args, $assoc_args ) {
233233
* ## OPTIONS
234234
*
235235
* <signup>...
236-
* : Signup ID, user login, user email, or activation key of the signup(s) to delete.
236+
* : The signup ID, user login, user email, or activation key of the signup(s) to delete.
237237
*
238238
* ## EXAMPLES
239239
*

0 commit comments

Comments
 (0)