mirror of
https://github.com/appium/appium.git
synced 2026-02-09 03:09:02 -06:00
fix typo
This commit is contained in:
@@ -28,7 +28,7 @@ All flags are optional, but some are required in conjunction with certain others
|
||||
|`-l`, `--pre-launch`|false|Pre-launch the application before allowing the first session (Requires --app and, for Android, --app-pkg and --app-activity)||
|
||||
|`-lt`, `--launch-timeout`|90000|(iOS-only) how long in ms to wait for Instruments to launch||
|
||||
|`-g`, `--log`|null|Also send log output to this file|`--log /path/to/appium.log`|
|
||||
|`--log-level`|debug|log level (default: infozw)|`--log-level debug`|
|
||||
|`--log-level`|debug|log level (default: debug)|`--log-level debug`|
|
||||
|`--log-timestamp`|false|Show timestamps in console output||
|
||||
|`--log-no-colors`|false|Don't use colors in console output||
|
||||
|`-G`, `--webhook`|null|Also send log output to this HTTP listener|`--webhook localhost:9876`|
|
||||
|
||||
@@ -152,7 +152,7 @@ var args = [
|
||||
, dest: 'logLevel'
|
||||
, required: false
|
||||
, example: "debug"
|
||||
, help: 'log level (default: infozw)'
|
||||
, help: 'log level (default: debug)'
|
||||
}],
|
||||
|
||||
[['--log-timestamp'], {
|
||||
|
||||
Reference in New Issue
Block a user