Skip to content

Commit 8a52a9c

Browse files
committed
More WIP corrections.
It never ends.
1 parent 40c6ea2 commit 8a52a9c

2 files changed

Lines changed: 3 additions & 24 deletions

File tree

composer-binaries

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ function usage($script = null, $exitCode = 0) {
1818
$usage = <<<EOD
1919
2020
{$script}
21+
A meta script for working with the CakePHP-Shell-Scripts repo itself.
22+
2123
Searches the directory this script lives in for other executable files.
2224
Generates a list of all _other_ executable files (exculding itself) in
2325
the same directory of this script and replaces the "bin" configuration
@@ -29,7 +31,7 @@ function usage($script = null, $exitCode = 0) {
2931
projects that require this package.
3032
3133
Usage:
32-
bin/{$script}
34+
./{$script}
3335
3436
3537
EOD;

plugin_name.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)