Skip to content

Commit 60df40b

Browse files
committed
Fix synopsis
1 parent e68d8d6 commit 60df40b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Package_Command.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function browse( $_, $assoc_args ) {
199199
* [--insecure]
200200
* : Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
201201
*
202-
* [--<interaction>]
202+
* [--interaction]
203203
* : Do not ask any interactive questions. Useful for scripting.
204204
*
205205
* ## EXAMPLES
@@ -513,7 +513,7 @@ public function path( $args ) {
513513
*
514514
* ## OPTIONS
515515
*
516-
* [--<interaction>]
516+
* [--interaction]
517517
* : Do not ask any interactive questions. Useful for scripting.
518518
*
519519
* ## EXAMPLES
@@ -584,7 +584,7 @@ public function update( $_, $assoc_args = [] ) {
584584
* [--insecure]
585585
* : Retry downloads without certificate validation if TLS handshake fails. Note: This makes the request vulnerable to a MITM attack.
586586
*
587-
* [--<interaction>]
587+
* [--interaction]
588588
* : Do not ask any interactive questions. Useful for scripting.
589589
*
590590
* ## EXAMPLES

0 commit comments

Comments
 (0)