diff --git a/src/browser/main.coffee b/src/browser/main.coffee index 8e02fead7..55b895d6b 100644 --- a/src/browser/main.coffee +++ b/src/browser/main.coffee @@ -103,7 +103,7 @@ parseCommandLine = -> Defaults to `~/github/atom`. ATOM_HOME The root path for all configuration files and folders. - Default to `~/.atom`. + Defaults to `~/.atom`. """ options.alias('d', 'dev').boolean('d').describe('d', 'Run in development mode.') options.alias('f', 'foreground').boolean('f').describe('f', 'Keep the browser process in the foreground.')