Skip to content

Commit

Permalink
Fix help parameter issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed May 3, 2018
1 parent 73ef62b commit 7cfe525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bin/rdoc.js
Expand Up @@ -19,7 +19,7 @@ program
.option('-d, --doc <path>', 'Other documents generated.')
.option('-o, --output <path>', 'Writes the compiled file to the disk directory.', '.rdoc-dist')
.option('-p, --port [number]', 'The port.', 5858)
.option('-h, --host [host]', 'The host.', '0.0.0.0')
.option('--host [host]', 'The host.', '0.0.0.0')
.option('-b, --branch <branch>', 'Name of the branch you are pushing to.', 'gh-pages')
.option('--publish [url]', 'Other documents generated.')
.option('--build', 'Creating an optimized production build.')
Expand Down

0 comments on commit 7cfe525

Please sign in to comment.