From 012f5c1edb971c9e1daeae70a7fddff522b86bf7 Mon Sep 17 00:00:00 2001 From: seb vincent Date: Wed, 5 Nov 2014 14:24:25 +0800 Subject: [PATCH] Update server-args.md --- docs/en/writing-running-appium/server-args.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/writing-running-appium/server-args.md b/docs/en/writing-running-appium/server-args.md index 6d97452ad..44e0fc8fc 100644 --- a/docs/en/writing-running-appium/server-args.md +++ b/docs/en/writing-running-appium/server-args.md @@ -76,7 +76,7 @@ All flags are optional, but some are required in conjunction with certain others |`--keep-keychains`|false|(iOS) Whether to keep keychains (Library/Keychains) when reset app between sessions|| |`--strict-caps`|false|Cause sessions to fail if desired caps are sent in that Appium does not recognize as valid for the selected device|| |`--isolate-sim-device`|false|Xcode 6 has a bug on some platforms where a certain simulator can only be launched without error if all other simulator devices are first deleted. This option causes Appium to delete all devices other than the one being used by Appium. Note that this is a permanent deletion, and you are responsible for using simctl or xcode to manage the categories of devices used with Appium.|| -|`--tmp`|null|Absolute path to directory Appium can use to manage temporary files, like built-in iOS apps it needs to move around. Defaults to the APPIUM_TMP_DIR variable and then to /tmp on *nix/Mac defaults and to the TEMP variable on windows|| +|`--tmp`|null|Absolute path to directory Appium can use to manage temporary files, like built-in iOS apps it needs to move around. Defaults to the `APPIUM_TMP_DIR` variable and then to `/tmp` on *nix/Mac and to the `TEMP` variable on windows.|| |`--trace-dir`|null|Absolute path to directory Appium use to save ios instruments traces, defaults to /appium-instruments|| |`--intent-action`|android.intent.action.MAIN|(Android-only) Intent action which will be used to start activity|`--intent-action android.intent.action.MAIN`| |`--intent-category`|android.intent.category.LAUNCHER|(Android-only) Intent category which will be used to start activity|`--intent-category android.intent.category.APP_CONTACTS`|