Fix typo in adb commandline help
Android developers are not expected to have PDP-11s.
This commit is contained in:
parent
3d9b265b7d
commit
c989199ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ void help()
|
||||||
"\n"
|
"\n"
|
||||||
"networking:\n"
|
"networking:\n"
|
||||||
" adb ppp <tty> [parameters] - Run PPP over USB.\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"
|
" <tty> refers to the tty for PPP stream. Eg. dev:/dev/omap_csmi_tty1\n"
|
||||||
" [parameters] - Eg. defaultroute debug dump local notty usepeerdns\n"
|
" [parameters] - Eg. defaultroute debug dump local notty usepeerdns\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue