diff --git a/src/cli/cli.js b/src/cli/cli.js index 0bb8a20..9746763 100644 --- a/src/cli/cli.js +++ b/src/cli/cli.js @@ -46,7 +46,7 @@ function createParameters() { } function createHelpMessage() { - yargs.usage(`Hubot.js \nUsage: hubot [options]`) + yargs.usage('Hubot.js \nUsage: hubot [options]') .command(START_COMMAND, 'Start the hubot') .command(STOP_COMMAND, 'Stop the hubot') .command(RESTART_COMMAND, 'Restart the hubot')