summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Trevor Johns <trevorjohns@google.com> 2012-04-06 09:42:55 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2012-04-06 09:42:55 -0700
commitae6323dd1ea0e06f987b8fc097378ee3bb060f47 (patch)
tree795454f8d2782a5bfc45111f42dd25c62a0d624a
parent624e02d6fdff70ef72653330cb233b2bf8c87fa6 (diff)
parente07b58506579085b62fde0771b74111b24aa27a0 (diff)
am e07b5850: Merge "Docs: Fixing typo in "Testing from Other IDEs" article" into ics-mr1
* commit 'e07b58506579085b62fde0771b74111b24aa27a0': Docs: Fixing typo in "Testing from Other IDEs" article
-rw-r--r--docs/html/guide/developing/testing/testing_otheride.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/developing/testing/testing_otheride.jd b/docs/html/guide/developing/testing/testing_otheride.jd
index 93af97941d9b..7745ae775f41 100644
--- a/docs/html/guide/developing/testing/testing_otheride.jd
+++ b/docs/html/guide/developing/testing/testing_otheride.jd
@@ -209,7 +209,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd
<p>
To update a test project with the <code>android</code> tool, enter:
</p>
-<pre>android update-test-project -m &lt;main_path&gt; -p &lt;test_path&gt;</pre>
+<pre>android update test-project -m &lt;main_path&gt; -p &lt;test_path&gt;</pre>
<table>
<tr>