| Index: platform_tools/android/bin/android_install_app
|
| diff --git a/platform_tools/android/bin/android_install_app b/platform_tools/android/bin/android_install_app
|
| index 4b29b098642795b774cd506dbe3ecba5e0368893..74aea516c38cc6ffa67f467792ea90f8050de013 100755
|
| --- a/platform_tools/android/bin/android_install_app
|
| +++ b/platform_tools/android/bin/android_install_app
|
| @@ -9,7 +9,7 @@ function print_usage {
|
| echo " -h Prints this help message"
|
| echo " --release Install the release build of Skia"
|
| echo " -s [device_s/n] Serial number of the device to be used"
|
| - echo " AppName Can be either SampleApp or VisualBench"
|
| + echo " AppName Can be either SampleApp or Viewer"
|
| }
|
|
|
| SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|