Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonbittencourt committed Nov 28, 2016
1 parent 2a15d76 commit ddcb2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function createParameters() {
}

function createHelpMessage() {
yargs.usage(`Hubot.js \nUsage: hubot <command> [options]`)
yargs.usage('Hubot.js \nUsage: hubot <command> [options]')
.command(START_COMMAND, 'Start the hubot')
.command(STOP_COMMAND, 'Stop the hubot')
.command(RESTART_COMMAND, 'Restart the hubot')
Expand Down

0 comments on commit ddcb2fa

Please sign in to comment.