diff options
author | Elliott Hughes <enh@google.com> | 2009-10-07 15:38:53 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2009-10-07 15:38:53 -0700 |
commit | 31dbed7b60d8237d6d05dc6bf230167a5854b77a (patch) | |
tree | bae34d06d0f9e540a1e5adc2fcfd1ff5fc04f1e6 /adb | |
parent | b4add9b74525210478bac702d27fdaf9cf7ab18f (diff) | |
download | system_core-31dbed7b60d8237d6d05dc6bf230167a5854b77a.zip system_core-31dbed7b60d8237d6d05dc6bf230167a5854b77a.tar.gz system_core-31dbed7b60d8237d6d05dc6bf230167a5854b77a.tar.bz2 |
Add adb's ANDROID_SERIAL to fastboot too.
We noticed this when trying to script on-device testing for the dalvik
continuous build.
Also fix a typo in adb's help.
Diffstat (limited to 'adb')
-rw-r--r-- | adb/commandline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/commandline.c b/adb/commandline.c index 411bb82..f41146b 100644 --- a/adb/commandline.c +++ b/adb/commandline.c @@ -97,7 +97,7 @@ void help() " returns an error if more than one emulator is running.\n" " -s <serial number> - directs command to the USB device or emulator with\n" " the given serial number. Overrides ANDROID_SERIAL\n" - " envivornment variable.\n" + " environment variable.\n" " -p <product name or path> - simple product name like 'sooner', or\n" " a relative/absolute path to a product\n" " out directory like 'out/target/product/sooner'.\n" |