From ddcb2fa7737a993b529a6ab1896688e62de675e0 Mon Sep 17 00:00:00 2001 From: robsonbittencourt Date: Sun, 27 Nov 2016 23:49:17 -0200 Subject: [PATCH] Update README --- src/cli/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')