Tweak path docs

This commit is contained in:
Kevin Sawicki 2015-04-24 14:17:15 -07:00
parent da07e72f20
commit fdfd8807a0

View file

@ -66,7 +66,8 @@ if (option.file && !option.webdriver) {
} else if (option.help) {
var helpMessage = "Electron v" + process.versions.electron + " - Cross Platform Desktop Application Shell\n\n";
helpMessage += "Usage: electron [options] [path]\n\n";
helpMessage += "Specify a path to the Electron app to open\n\n";
helpMessage += "A path to an Electron application may be specified. The path must be to \n";
helpMessage += "an index.js file or to a folder containing a package.json or index.js file.\n\n";
helpMessage += "Options:\n";
helpMessage += " -h, --help Print this usage message.\n";
helpMessage += " -v, --version Print the version.";