diff --git a/bin/cli.js b/bin/cli.js index 28eb10c..d101142 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -13,7 +13,7 @@ var version = '0.2.4'; // ## Command Line Interface cmd.version(version) .option('-u, --user ', 'Browserstack authentication') -.option('--os', 'The os of the browser or device. Defaults to win.') +.option('--os ', 'The os of the browser or device. Defaults to win.') .option('-t, --timeout ', "Launch duration after which browsers exit.") .option('--attach', "Attach process to remote browser.") .option('-k, --key ', "Tunneling key.")