From 30b67af51adb9c8a971d85da51dd4707f1930712 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 28 May 2013 18:15:25 -0700 Subject: [PATCH] doc dev flag --- src/main.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.coffee b/src/main.coffee index daad4264a..39049f682 100644 --- a/src/main.coffee +++ b/src/main.coffee @@ -24,6 +24,7 @@ parseCommandLine = -> Usage: atom [options] [file ..] """ + options.alias('d', 'dev').boolean('d').describe('d', 'Run in development mode.') options.alias('h', 'help').boolean('h').describe('h', 'Print this usage message.') options.alias('w', 'wait').boolean('w').describe('w', 'Wait for window to be closed before returning.') args = options.argv