summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Trevor Johns <trevorjohns@google.com> 2012-04-04 16:52:53 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2012-04-04 16:52:53 -0700
commit655aff22aad883131b72ad879ed18f1a11380dbe (patch)
tree6f1666f8af1cc6dac1a38e0a7eb8ffeae3734b10
parent37d51784850bd6cd34c0291dcac7d3a06cf77407 (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>