Skip to content

Commit 0f6c1f0

Browse files
authored
Merge pull request #4 from mikeschinkel/master
Fixed typo in README; ->registerComman() -> ->registerCommand().
2 parents 4795af1 + 5f821c9 commit 0f6c1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The basic usage is simple:
6565
- ``$options->setHelp()`` adds a general description
6666
- ``$options->registerOption()`` adds an option
6767
- ``$options->registerArgument()`` adds an argument
68-
- ``$options->registerComman()`` adds a sub command
68+
- ``$options->registerCommand()`` adds a sub command
6969
- implement the ```main($options)``` method and do your business logic there
7070
- ``$options->getOpts`` lets you access set options
7171
- ``$options->getArgs()`` returns the remaining arguments after removing the options

0 commit comments

Comments
 (0)