Minor change
This commit is contained in:
parent
65689d6dd7
commit
2f5be12d00
@ -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": {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user