mirror of
https://github.com/electron/electron.git
synced 2026-01-24 06:48:15 -05:00
Tweak path docs
This commit is contained in:
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user