From 325b93e6eaa98fc29db3f2c9828dee7fc5939db3 Mon Sep 17 00:00:00 2001 From: Naomi Seyfer Date: Thu, 6 Dec 2012 14:28:27 -0800 Subject: [PATCH] Add newline --- app/meteor/meteor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/meteor/meteor.js b/app/meteor/meteor.js index 9a7e4fd59e..1ce6074292 100644 --- a/app/meteor/meteor.js +++ b/app/meteor/meteor.js @@ -563,7 +563,7 @@ Commands.push({ "the application. It will be available at runtime in Meteor.settings, but only\n" + "on the server. The argument is the name of a file containing the JSON data\n" + "to use. The settings will persist across deployments until you again specify\n" + -"a settings file. To unset Meteor.settings, pass an empty settings file." + +"a settings file. To unset Meteor.settings, pass an empty settings file.\n" + "\n" + "The --delete flag permanently removes a deployed application, including\n" + "all of its stored data.\n" +