summaryrefslogtreecommitdiffstats
path: root/scripts/devtool
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/devtool')
-rwxr-xr-xscripts/devtool2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/devtool b/scripts/devtool
index 91e3954dbb..0c32c502a3 100755
--- a/scripts/devtool
+++ b/scripts/devtool
@@ -187,7 +187,7 @@ def _create_workspace(workspacedir, config, basepath):
187 f.write('directly (although recipes added with "devtool add" will often need\n') 187 f.write('directly (although recipes added with "devtool add" will often need\n')
188 f.write('direct modification.)\n') 188 f.write('direct modification.)\n')
189 f.write('\nIf you no longer need to use devtool or the workspace layer\'s contents\n') 189 f.write('\nIf you no longer need to use devtool or the workspace layer\'s contents\n')
190 f.write('you can remove the path to this workspace layer from your conf/bblayers.conf') 190 f.write('you can remove the path to this workspace layer from your conf/bblayers.conf\n')
191 f.write('file (and then delete the layer, if you wish).\n') 191 f.write('file (and then delete the layer, if you wish).\n')
192 f.write('\nNote that by default, if devtool fetches and unpacks source code, it\n') 192 f.write('\nNote that by default, if devtool fetches and unpacks source code, it\n')
193 f.write('will place it in a subdirectory of a "sources" subdirectory of the\n') 193 f.write('will place it in a subdirectory of a "sources" subdirectory of the\n')