am 00d51c2f: am 73bfd22d: Merge "Fix branch creation example"

* commit '00d51c2f4158e79dde6f6edbd0774f07ed0927c3':
  Fix branch creation example
diff --git a/src/source/submit-patches.md b/src/source/submit-patches.md
index 4ad2e5c..7e4db7e 100644
--- a/src/source/submit-patches.md
+++ b/src/source/submit-patches.md
@@ -41,7 +41,7 @@
 
 For each change you intend to make, start a new branch within the relevant git repository:
 
-    $ repo start NAME
+    $ repo start NAME .
 
 You can start several independent branches at the same time in the same repository. The branch NAME is local to your workspace and will not be included on gerrit or the final source tree.