Skip to content

Commit f35f859

Browse files
committed
Clarify help text for the <dir> flag.
1 parent ba7fc97 commit f35f859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ScaffoldPackageCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function package( $args, $assoc_args ) {
182182
* ## OPTIONS
183183
*
184184
* <dir>
185-
* : Directory of an existing command.
185+
* : Directory path to an existing package to generate a readme for.
186186
*
187187
* [--force]
188188
* : Overwrite the readme if it already exists.
@@ -384,7 +384,7 @@ public function package_readme( $args, $assoc_args ) {
384384
* ## OPTIONS
385385
*
386386
* <dir>
387-
* : The package directory to generate GitHub configuration for.
387+
* : Directory path to an existing package to generate GitHub configuration for.
388388
*
389389
* [--force]
390390
* : Overwrite files that already exist.
@@ -492,7 +492,7 @@ public function package_github( $args, $assoc_args ) {
492492
* ## OPTIONS
493493
*
494494
* <dir>
495-
* : The package directory to generate tests for.
495+
* : Directory path to an existing package to generate tests for.
496496
*
497497
* [--ci=<provider>]
498498
* : Create a configuration file for a specific CI provider.

0 commit comments

Comments
 (0)