Docs: Adding init help example for clarity
Bug: 18931938
Change-Id: I67bcef7812c6e830db061e789ca8866862488156
diff --git a/src/source/using-repo.jd b/src/source/using-repo.jd
index 61d40eb..e1d1f0e 100644
--- a/src/source/using-repo.jd
+++ b/src/source/using-repo.jd
@@ -42,6 +42,13 @@
<pre><code>repo help <em><COMMAND></em>
</code></pre>
+<p>For example, the following command yields a description and list of options
+for the <code>init</code> argument of Repo, which initializes Repo in the
+current directory. (See <a href="#init">init</a> for more details.)</p>
+<pre><code>repo help init
+</code></pre>
+
+
<h2 id="init">init</h2>
<pre><code>$ repo init -u <em><URL></em> [<em><OPTIONS></em>]
</code></pre>