diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-bsp-appendix.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 99ac453496..c3c65c784c 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml | |||
@@ -186,6 +186,7 @@ | |||
186 | For this example we are going to use the <filename>&DISTRO_NAME;</filename> branch. | 186 | For this example we are going to use the <filename>&DISTRO_NAME;</filename> branch. |
187 | <literallayout class='monospaced'> | 187 | <literallayout class='monospaced'> |
188 | $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; | 188 | $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; |
189 | Branch &DISTRO_NAME; set up to track remote branch &DISTRO_NAME; from origin. | ||
189 | Switched to a new branch '&DISTRO_NAME;' | 190 | Switched to a new branch '&DISTRO_NAME;' |
190 | </literallayout> | 191 | </literallayout> |
191 | </para> | 192 | </para> |