diff options
| author | 2012-04-04 16:52:53 -0700 | |
|---|---|---|
| committer | 2012-04-04 16:52:53 -0700 | |
| commit | 655aff22aad883131b72ad879ed18f1a11380dbe (patch) | |
| tree | 6f1666f8af1cc6dac1a38e0a7eb8ffeae3734b10 | |
| parent | 37d51784850bd6cd34c0291dcac7d3a06cf77407 (diff) | |
| parent | e07b58506579085b62fde0771b74111b24aa27a0 (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.jd | 2 |
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 <main_path> -p <test_path></pre> +<pre>android update test-project -m <main_path> -p <test_path></pre> <table> <tr> |