Skip to content

Commit 41e6f35

Browse files
committed
Docs: Fixing typo in "Testing from Other IDEs" article
Fixing typo in Dev Guide article: 'android update-test-project' should be 'android update test-project'. Change-Id: Ie42a0b627d30d2a72fa081ca13bceaacdfd5aa03 http://developer.android.com/guide/developing/testing/testing_otheride.html
1 parent 66f1baf commit 41e6f35

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)