[compiler-rt] r202246 - [asan] asan_device_setup: fix a typo in usage text
Evgeniy Stepanov
eugeni.stepanov at gmail.com
Wed Feb 26 00:12:28 PST 2014
Author: eugenis
Date: Wed Feb 26 02:12:28 2014
New Revision: 202246
URL: http://llvm.org/viewvc/llvm-project?rev=202246&view=rev
Log:
[asan] asan_device_setup: fix a typo in usage text
Modified:
compiler-rt/trunk/lib/asan/scripts/asan_device_setup
Modified: compiler-rt/trunk/lib/asan/scripts/asan_device_setup
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/scripts/asan_device_setup?rev=202246&r1=202245&r2=202246&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/scripts/asan_device_setup (original)
+++ compiler-rt/trunk/lib/asan/scripts/asan_device_setup Wed Feb 26 02:12:28 2014
@@ -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
More information about the llvm-commits
mailing list