From 362c9c858856ed60cc3d74445f87aa7590ad7ce7 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Fri, 17 Oct 2014 18:00:45 -0600 Subject: [PATCH] =?UTF-8?q?Document=20ATOM=5FDEV=5FRESOURCE=5FPATH=20envir?= =?UTF-8?q?onment=20variable=20in=20`atom=20=E2=80=94help`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/browser/main.coffee | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/browser/main.coffee b/src/browser/main.coffee index ce362839e..5e5efaedc 100644 --- a/src/browser/main.coffee +++ b/src/browser/main.coffee @@ -94,6 +94,14 @@ parseCommandLine = -> if args.help process.stdout.write(options.help()) + process.stdout.write """ + + Environment Variables: + ATOM_DEV_RESOURCE_PATH The path from which Atom loads source code in dev mode. + Defaults to `~/github/atom`. + + """ + process.exit(0) if args.version