diff --git a/src/browser/main.coffee b/src/browser/main.coffee index ac6a8e6e0..0ebb13950 100644 --- a/src/browser/main.coffee +++ b/src/browser/main.coffee @@ -121,7 +121,7 @@ parseCommandLine = -> options.alias('v', 'version').boolean('v').describe('v', 'Print the version.') options.alias('w', 'wait').boolean('w').describe('w', 'Wait for window to be closed before returning.') options.string('socket-path') - options.alias('1', 'one').boolean('one') # Deprecated 1.0 API preview flag + options.alias('1', 'one').boolean('1') # Deprecated 1.0 API preview flag args = options.argv if args.one