summaryrefslogtreecommitdiffstats
path: root/scripts
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
parent1cf4440aaeb826d4f040f41abeb1514af4a1b8b9 (diff)
downloadast2050-yocto-poky-cb63e37c8fa153308160e5c8bcdd6bb80e9c5a2a.zip
ast2050-yocto-poky-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')
-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 200a4f8..f78b09b 100644
--- a/scripts/lib/bsp/help.py
+++ b/scripts/lib/bsp/help.py
@@ -83,7 +83,7 @@ yocto_bsp_usage = """
usage: yocto-bsp [--version] [--help] COMMAND [ARGS]
- The most commonly used 'yocto-bsp' commands are:
+ Current 'yocto-bsp' commands are:
create Create a new Yocto BSP
list List available values for options and BSP properties
@@ -336,7 +336,7 @@ yocto_kernel_usage = """
usage: yocto-kernel [--version] [--help] COMMAND [ARGS]
- The most commonly used 'yocto-kernel' commands are:
+ Current 'yocto-kernel' commands are:
config list List the modifiable set of bare kernel config options for a BSP
config add Add or modify bare kernel config options for a BSP
config rm Remove bare kernel config options from a BSP
OpenPOWER on IntegriCloud