Minor change

This commit is contained in:
Mattias Erming 2014-09-08 10:27:56 -07:00
parent 65689d6dd7
commit 2f5be12d00
2 changed files with 2 additions and 2 deletions

View file

@ -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": {

View file

@ -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 <name>'.")
console.log("Create a new user with 'shout add <name>'.")
console.log("");
} else {
var port = program.port || config.port;