From 205059cd2f77ad97c60bf3deb37d7a0b05d1b6d8 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 3 Jun 2015 12:00:48 -0700 Subject: [PATCH] The -> This --- 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 75573291e..7e087eba4 100644 --- a/src/browser/main.coffee +++ b/src/browser/main.coffee @@ -123,7 +123,7 @@ parseCommandLine = -> options.string('socket-path') # Deprecated 1.0 API preview flag - options.alias('1', 'one').boolean('1').describe('1', 'The option is no longer supported. Atom now defaults to launching with the 1.0 API. Use --include-deprecated-apis to run Atom with deprecated APIs.') + options.alias('1', 'one').boolean('1').describe('1', 'This option is no longer supported. Atom now defaults to launching with the 1.0 API. Use --include-deprecated-apis to run Atom with deprecated APIs.') args = options.argv