diff options
author | Trevor Johns <trevorjohns@google.com> | 2012-04-04 16:55:57 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-04-04 16:55:57 -0700 |
commit | 1f393b96cf940967fec89fefd3c45594de525cb1 (patch) | |
tree | 687a9daccf4ae4029e601cdcf46c7a983f7a989d /docs | |
parent | f47fcf702c6ccf57ec96c915d3f308d093ffa46a (diff) | |
parent | 655aff22aad883131b72ad879ed18f1a11380dbe (diff) | |
download | frameworks_base-1f393b96cf940967fec89fefd3c45594de525cb1.zip frameworks_base-1f393b96cf940967fec89fefd3c45594de525cb1.tar.gz frameworks_base-1f393b96cf940967fec89fefd3c45594de525cb1.tar.bz2 |
am 655aff22: am e07b5850: Merge "Docs: Fixing typo in "Testing from Other IDEs" article" into ics-mr1
* commit '655aff22aad883131b72ad879ed18f1a11380dbe':
Docs: Fixing typo in "Testing from Other IDEs" article
Diffstat (limited to 'docs')
-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 93af979..7745ae7 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> |