diff --git a/tools/meteor.js b/tools/meteor.js index fc50f560a7..c0c6ecae6c 100644 --- a/tools/meteor.js +++ b/tools/meteor.js @@ -856,12 +856,12 @@ Fiber(function () { "\n" + "Retrieves the server logs for the requested site.\n" + "\n" + - "-f enables logs streaming.\n"); + "Pass -f to show new logs as they come in.\n"); } else { process.stdout.write( "Usage: meteor logs \n" + - "\n" + - "Retrieves the server logs for the requested site.\n"); + "\n" + + "Retrieves the server logs for the requested site.\n"); } process.exit(1);