diff options
author | liyuqian <liyuqian@google.com> | 2016-07-12 15:11:31 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-07-12 15:11:31 -0700 |
commit | e25faf3e181983b681d98077a437aa80089daba9 (patch) | |
tree | 40718751a77ff76450a8c48682d51ac17e5a189f /site/user | |
parent | 7c70d7cfa2be8bb6d36d8df76ba9f967cf019c26 (diff) |
Fix option name typo
BUG=skia:
TBR=jvanverth@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2143093002
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=2143093002
Review-Url: https://codereview.chromium.org/2143093002
Diffstat (limited to 'site/user')
-rw-r--r-- | site/user/quick/android.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/user/quick/android.md b/site/user/quick/android.md index 078b8d2313..7dafa26f50 100644 --- a/site/user/quick/android.md +++ b/site/user/quick/android.md @@ -151,7 +151,7 @@ line. The command line option allows you to pass additional details to the application (similar to other operating system) that specify where to find skp files and other resources. For example: - ./platform_tools/android/bin/android_launch_app --resources /data/local/tmp/skia + ./platform_tools/android/bin/android_launch_app --resourcePath /data/local/tmp/skia By default if no additional parameters are specified the app will also have the following default parameters: |