From 745e9c828401cecb15bf8c753d5215212d94d7ac Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 3 Feb 2015 16:32:09 -0800 Subject: [PATCH] :memo: Default -> Defaults --- src/browser/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.')