diff --git a/scripts/init.js b/scripts/init.js
index 22a83269274a6e27f2f03b7acc757d740817b680..0b5282ae1dfa03729e980c6f6ade7df35a81b233 100644
--- a/scripts/init.js
+++ b/scripts/init.js
@@ -106,9 +106,8 @@ module.exports = function(appPath, appName, verbose, originalDirectory) {
     console.log('  Bundles the app into static files for production.');
     console.log();
     console.log(chalk.cyan('npm run eject'));
-    console.log('  Removes this tool and copies build dependencies, configs,');
-    console.log('  and scripts into the app directory.');
-    console.log('  If you do this, you can’t go back!');
+    console.log('  Removes this tool and copies build dependencies, configuration files');
+    console.log('  and scripts into the app directory. If you do this, you can’t go back!');
     console.log();
     console.log('We suggest that you begin by typing:');
     console.log();