Skip to content

Commit

Permalink
Fixed os command line setting to take an argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
heff committed Apr 9, 2013
1 parent 207e5a0 commit 92ac449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -13,7 +13,7 @@ var version = '0.2.4';
// ## Command Line Interface
cmd.version(version)
.option('-u, --user <user:password>', 'Browserstack authentication')
.option('--os', 'The os of the browser or device. Defaults to win.')
.option('--os <os>', 'The os of the browser or device. Defaults to win.')
.option('-t, --timeout <seconds>', "Launch duration after which browsers exit.")
.option('--attach', "Attach process to remote browser.")
.option('-k, --key <key>', "Tunneling key.")
Expand Down

0 comments on commit 92ac449

Please sign in to comment.