diff options
| author | Mike Lockwood <lockwood%android.com@gtempaccount.com> | 2011-04-26 13:45:10 -0700 |
|---|---|---|
| committer | Android Code Review <code-review@android.com> | 2011-04-26 13:45:10 -0700 |
| commit | 2f7995ee0ff480b4ee06e8944e7d4569b59a5bad (patch) | |
| tree | 2cb7edb840b4480b9de059ff7b3cfe0222e9cca8 | |
| parent | d068e5aeb9992caa46a45275f7ff2ef73d3732a4 (diff) | |
| parent | 6715a4390f482815f51577d25d464537f7e7b823 (diff) | |
| download | system_core-2f7995ee0ff480b4ee06e8944e7d4569b59a5bad.tar.gz system_core-2f7995ee0ff480b4ee06e8944e7d4569b59a5bad.tar.bz2 system_core-2f7995ee0ff480b4ee06e8944e7d4569b59a5bad.zip | |
Merge "adb: fix typo in helptext"
| -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 5ed1b522..b0c2b80f 100644 --- a/adb/commandline.c +++ b/adb/commandline.c @@ -104,7 +104,7 @@ void help() " Port 5555 is used by default if no port number is specified.\n" " disconnect [<host>[:<port>]] - disconnect from a TCP/IP device.\n" " Port 5555 is used by default if no port number is specified.\n" - " Using this ocmmand with no additional arguments\n" + " Using this command with no additional arguments\n" " will disconnect from all connected TCP/IP devices.\n" "\n" "device commands:\n" |
