Skip to content

Commit ff481f5

Browse files
swissspidyCopilot
andauthored
Update src/Plugin_Command.php
Co-authored-by: Copilot <[email protected]>
1 parent cb8b6a2 commit ff481f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Plugin_Command.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,11 +1523,11 @@ public function is_active( $args, $assoc_args ) {
15231523
*
15241524
* # Install all dependencies of an installed plugin
15251525
* $ wp plugin install-dependencies my-plugin
1526-
* Installing dependency: required-plugin-1 (1.2.3)
1526+
* Installing Required Plugin 1 (1.2.3)
15271527
* Plugin installed successfully.
1528-
* Installing dependency: required-plugin-2 (2.0.0)
1528+
* Installing Required Plugin 2 (2.0.0)
15291529
* Plugin installed successfully.
1530-
* Success: Installed 2 dependencies.
1530+
* Success: Installed 2 of 2 plugins.
15311531
*
15321532
* @subcommand install-dependencies
15331533
*/

0 commit comments

Comments
 (0)