diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 11a7065c4e..b932f8178b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1076,9 +1076,10 @@
$ bitbake-layers create-layer your_layer_name
- As an example, the following command adds a layer named
- meta-scottrif:
+ As an example, the following command creates a layer named
+ meta-scottrif in your home directory:
+ $ cd /usr/home
$ bitbake-layers create-layer meta-scottrif
NOTE: Starting bitbake server...
Add your new layer with 'bitbake-layers add-layer meta-scottrif'