Skip to content

Commit

Permalink
fix(docscmd): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 23, 2018
1 parent 984b11c commit 7f79c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/DocsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected function onConstruct()
. "\n(OR mark region with <!-- DOCS START --> and <!-- DOCS END --> to inject docs)",
null, 'README.md'
)
->option('-a --with-abstract', 'Create stub for abstract/interface class')
->option('-a --with-abstract', 'Create docs for abstract/interface class')
->usage(
'<bold> phint docs</end> Appends to readme.md<eol/>' .
'<bold> phint d</end> <comment>-o docs/api.md</end> Writes to docs/api.md<eol/>'
Expand Down

0 comments on commit 7f79c04

Please sign in to comment.