diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 5924f48f48..31567319d4 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -398,8 +398,9 @@
For example, to access the files for the Yocto Project
2.3 Release (Pyro), use the following command:
- $ git checkout -b origin/pyro
- Switched to a new branch 'origin/pyro'
+ $ git checkout -b pyro origin/pyro
+ Branch pyro set up to track remote branch pyro from origin.
+ Switched to a new branch 'pyro'
The previous command checks out the "pyro" branch and
reports that the branch is tracking the upstream
@@ -412,7 +413,7 @@
$ git branch
master
- * origin/pyro
+ * pyro