summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-07-08 09:07:49 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-07-08 09:07:49 -0700
commitdf3fb65e983bcad35e71ff28b70e774fafabbffc (patch)
tree8f83c96f7e3cbb7cb7560927187ac45c60e6f48d
parent5089bd0a6e575a9692d9beaab2f0306454a7c701 (diff)
parentc989199ccfbe745a7109f57d2aee2577d2f72b8d (diff)
downloadsystem_core-df3fb65e983bcad35e71ff28b70e774fafabbffc.zip
system_core-df3fb65e983bcad35e71ff28b70e774fafabbffc.tar.gz
system_core-df3fb65e983bcad35e71ff28b70e774fafabbffc.tar.bz2
am c989199c: Fix typo in adb commandline help
Merge commit 'c989199ccfbe745a7109f57d2aee2577d2f72b8d' * commit 'c989199ccfbe745a7109f57d2aee2577d2f72b8d': Fix typo in adb commandline help
-rw-r--r--adb/commandline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/commandline.c b/adb/commandline.c
index 41b340a..ad1021c 100644
--- a/adb/commandline.c
+++ b/adb/commandline.c
@@ -152,7 +152,7 @@ void help()
"\n"
"networking:\n"
" adb ppp <tty> [parameters] - Run PPP over USB.\n"
- " Note: you should not automatically start a PDP connection.\n"
+ " Note: you should not automatically start a PPP connection.\n"
" <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1\n"
" [parameters] - Eg. defaultroute debug dump local notty usepeerdns\n"
"\n"