summaryrefslogtreecommitdiffstats
path: root/scripts/lib
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-04-04 17:20:14 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-06 01:10:32 +0100
commitcb63e37c8fa153308160e5c8bcdd6bb80e9c5a2a (patch)
treee23791505ac3d6fb3a4e029f044f72cfab5a4856 /scripts/lib
parent1cf4440aaeb826d4f040f41abeb1514af4a1b8b9 (diff)
downloadpoky-cb63e37c8fa153308160e5c8bcdd6bb80e9c5a2a.tar.gz
scripts: Clarify "help" info for yocto-bsp and yocto-kernel
Tweak the help info for both "yocto-bsp" and "yocto-kernel" to emphasize that those are the *complete* lists of commands, not just the most commonly used ones. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Diffstat (limited to 'scripts/lib')
-rw-r--r--scripts/lib/bsp/help.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py
index 200a4f8c09..f78b09b0b0 100644
--- a/scripts/lib/bsp/help.py
+++ b/scripts/lib/bsp/help.py
@@ -83,7 +83,7 @@ yocto_bsp_usage = """
83 83
84 usage: yocto-bsp [--version] [--help] COMMAND [ARGS] 84 usage: yocto-bsp [--version] [--help] COMMAND [ARGS]
85 85
86 The most commonly used 'yocto-bsp' commands are: 86 Current 'yocto-bsp' commands are:
87 create Create a new Yocto BSP 87 create Create a new Yocto BSP
88 list List available values for options and BSP properties 88 list List available values for options and BSP properties
89 89
@@ -336,7 +336,7 @@ yocto_kernel_usage = """
336 336
337 usage: yocto-kernel [--version] [--help] COMMAND [ARGS] 337 usage: yocto-kernel [--version] [--help] COMMAND [ARGS]
338 338
339 The most commonly used 'yocto-kernel' commands are: 339 Current 'yocto-kernel' commands are:
340 config list List the modifiable set of bare kernel config options for a BSP 340 config list List the modifiable set of bare kernel config options for a BSP
341 config add Add or modify bare kernel config options for a BSP 341 config add Add or modify bare kernel config options for a BSP
342 config rm Remove bare kernel config options from a BSP 342 config rm Remove bare kernel config options from a BSP