The -> This

This commit is contained in:
Kevin Sawicki
2015-06-03 12:00:48 -07:00
parent 6a5bf633e9
commit 205059cd2f

View File

@@ -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