diff --git a/src/command-line/start.js b/src/command-line/start.js index be9bf03a..2c97f4a8 100644 --- a/src/command-line/start.js +++ b/src/command-line/start.js @@ -13,7 +13,7 @@ program if (!config.public && !users.length) { console.log(""); console.log("No users found!"); - console.log("Create a new user with 'shout add '.") + console.log("Create a new user with 'shout add '."); console.log(""); } else { var host = program.host || process.env.IP || config.host;