aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/vendor/splitbrain/php-cli/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/splitbrain/php-cli/README.md')
-rw-r--r--vendor/splitbrain/php-cli/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/splitbrain/php-cli/README.md b/vendor/splitbrain/php-cli/README.md
index 3359be722..7cc52ed81 100644
--- a/vendor/splitbrain/php-cli/README.md
+++ b/vendor/splitbrain/php-cli/README.md
@@ -65,7 +65,7 @@ The basic usage is simple:
- ``$options->setHelp()`` adds a general description
- ``$options->registerOption()`` adds an option
- ``$options->registerArgument()`` adds an argument
- - ``$options->registerComman()`` adds a sub command
+ - ``$options->registerCommand()`` adds a sub command
- implement the ```main($options)``` method and do your business logic there
- ``$options->getOpts`` lets you access set options
- ``$options->getArgs()`` returns the remaining arguments after removing the options