diff --git a/package.json b/package.json index ff60d578..997157ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "A web IRC client", - "version": "0.14.0", + "version": "0.14.1", "author": "Mattias Erming", "preferGlobal": true, "bin": { diff --git a/src/command-line/start.js b/src/command-line/start.js index 655be5e9..0927d224 100644 --- a/src/command-line/start.js +++ b/src/command-line/start.js @@ -12,7 +12,7 @@ program if (!config.public && !users.length) { console.log(""); console.log("No users found!"); - console.log("Create a new user with 'shout add-user '.") + console.log("Create a new user with 'shout add '.") console.log(""); } else { var port = program.port || config.port;