Skip to content

Commit eb8bc06

Browse files
authored
Merge pull request #14 from BeAPI/fix/missing-doc
Add missing doc
2 parents 5187c78 + d9285fd commit eb8bc06

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

classes/command.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ class WP_CLI_Command {
3131
* <new-site-slug>
3232
* : The subdomain/directory of the new site
3333
*
34+
* [<email>]
35+
* : Email for admin user
36+
*
3437
* ## EXAMPLES
3538
*
3639
* wp site duplicate domain-slug
40+
* wp site duplicate domain-slug admin@domain.com
3741
* wp site duplicate test-site-12 --url=multisite.local/test-site-3
3842
*/
3943
public function __invoke( $args, $assoc_args ) {

0 commit comments

Comments
 (0)