Skip to content

Commit e07b585

Browse files
tjohnsAndroid (Google) Code Review
authored andcommitted
Merge "Docs: Fixing typo in "Testing from Other IDEs" article" into ics-mr1
2 parents f336b9f + 41e6f35 commit e07b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/html/guide/developing/testing/testing_otheride.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ $ android create test-project -m ../HelloAndroid -n HelloAndroidTest -p HelloAnd
209209
<p>
210210
To update a test project with the <code>android</code> tool, enter:
211211
</p>
212-
<pre>android update-test-project -m &lt;main_path&gt; -p &lt;test_path&gt;</pre>
212+
<pre>android update test-project -m &lt;main_path&gt; -p &lt;test_path&gt;</pre>
213213

214214
<table>
215215
<tr>

0 commit comments

Comments
 (0)