summaryrefslogtreecommitdiff
path: root/lib/asan
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-02-26 08:12:28 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2014-02-26 08:12:28 +0000
commit41ee246df392e0bb29aa62eeabca2193b83b31c6 (patch)
treef6ad51f7b2f6fbe4f7c3d5287d24c11e1e0bddcb /lib/asan
parentdef677d4412248e9a09e69741dd11c31c1987c5f (diff)
[asan] asan_device_setup: fix a typo in usage text
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@202246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan')
-rwxr-xr-xlib/asan/scripts/asan_device_setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/asan/scripts/asan_device_setup b/lib/asan/scripts/asan_device_setup
index c79340704..db6346bdb 100755
--- a/lib/asan/scripts/asan_device_setup
+++ b/lib/asan/scripts/asan_device_setup
@@ -19,10 +19,10 @@ device=
lib=
function usage {
- echo "usage: $0 [--revert] [--device device-id] [--lib path] [--extra_options options]"
+ echo "usage: $0 [--revert] [--device device-id] [--lib path] [--extra-options options]"
echo " --revert: Uninstall ASan from the device."
echo " --lib: Path to ASan runtime library."
- echo " --extra_options: Extra ASAN_OPTIONS."
+ echo " --extra-options: Extra ASAN_OPTIONS."
echo " --device: Install to the given device. Use 'adb devices' to find"
echo " device-id."
echo