Skip to content

Commit 715eb3e

Browse files
committed
Fix synopsis
1 parent e12d2e8 commit 715eb3e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/Core_Language_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ public function uninstall( $args ) {
341341
*
342342
* [--format=<format>]
343343
* : Render output in a particular format. When not specified, updates show
344-
* : progress messages and success/warning/error messages. When specified,
345-
* : the output format changes based on the selected format.
344+
* progress messages and success/warning/error messages. When specified,
345+
* the output format changes based on the selected format.
346346
* ---
347347
* options:
348348
* - table

src/Plugin_Language_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ public function uninstall( $args, $assoc_args ) {
590590
*
591591
* [--format=<format>]
592592
* : Render output in a particular format. When not specified, updates show
593-
* : progress messages and success/warning/error messages. When specified,
594-
* : the output format changes based on the selected format.
593+
* progress messages and success/warning/error messages. When specified,
594+
* the output format changes based on the selected format.
595595
* ---
596596
* options:
597597
* - table

src/Theme_Language_Command.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ public function uninstall( $args, $assoc_args ) {
609609
*
610610
* [--format=<format>]
611611
* : Render output in a particular format. When not specified, updates show
612-
* : progress messages and success/warning/error messages. When specified,
613-
* : the output format changes based on the selected format.
612+
* progress messages and success/warning/error messages. When specified,
613+
* the output format changes based on the selected format.
614614
* ---
615615
* options:
616616
* - table

0 commit comments

Comments
 (0)