From 393962710aaa5be5c23781aeb6ea7c16e10f8e45 Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Mon, 23 Jun 2014 10:55:27 -0700 Subject: [PATCH] fix typo --- docs/en/server-args.md | 2 +- lib/server/parser.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/server-args.md b/docs/en/server-args.md index 66c16ab2c..888f837ae 100644 --- a/docs/en/server-args.md +++ b/docs/en/server-args.md @@ -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`| diff --git a/lib/server/parser.js b/lib/server/parser.js index faa3e85a2..c0e204ff2 100644 --- a/lib/server/parser.js +++ b/lib/server/parser.js @@ -152,7 +152,7 @@ var args = [ , dest: 'logLevel' , required: false , example: "debug" - , help: 'log level (default: infozw)' + , help: 'log level (default: debug)' }], [['--log-timestamp'], {