diff options
author | 2012-02-27 08:49:04 -0800 | |
---|---|---|
committer | 2012-02-27 08:49:04 -0800 | |
commit | 4709a11b5dcb0abb5f8518e0404b67a0912c0167 (patch) | |
tree | 9741f1c38d7116028caa03e331b71f9d06564d59 | |
parent | 9c821d71e992067ff30eacec73ae09ae43274869 (diff) | |
parent | 9dc8ea87b5016ca838373ff4996e9c92247aa224 (diff) |
am 9dc8ea87: am c76ca242: am 85cb9dec: Merge "docs: fix bug 5990526" into ics-mr1
* commit '9dc8ea87b5016ca838373ff4996e9c92247aa224':
docs: fix bug 5990526
-rw-r--r-- | docs/html/guide/developing/projects/projects-cmdline.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/developing/projects/projects-cmdline.jd b/docs/html/guide/developing/projects/projects-cmdline.jd index 81c2c584e45e..b8db5f333a1a 100644 --- a/docs/html/guide/developing/projects/projects-cmdline.jd +++ b/docs/html/guide/developing/projects/projects-cmdline.jd @@ -218,7 +218,7 @@ android update lib-project \ <p>To add a reference to a library project, navigate to the <code><sdk>/tools/</code> directory and use this command:</p> <pre> -android update lib-project \ +android update project \ --target <em><target_ID></em> \ --path <em>path/to/your/project</em> --library <em>path/to/library_projectA</em> |