aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-08-03 16:51:46 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-09 00:12:46 -0700
commitc4a44ad4c5aa65657b69b811e793f98418159348 (patch)
tree4f07e1f76697c1a01882fde43ad235f9b80a24a8 /scripts
parent430c7b42ecf93deb41a52b641d4e3a717f3e50ff (diff)
downloadopenembedded-core-contrib-c4a44ad4c5aa65657b69b811e793f98418159348.tar.gz
wic: improved usage text
Made command line specification less confusing. Reformatted usage output. [YOCTO #7938] Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/image/help.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index 0666d80f45..a14ef20594 100644
--- a/scripts/lib/image/help.py
+++ b/scripts/lib/image/help.py
@@ -101,19 +101,17 @@ wic_usage = """
Create a customized OpenEmbedded image
- usage: wic [--version] [--help] COMMAND [ARGS]
+ usage: wic [--version] | [--help] | [COMMAND [ARGS]]
Current 'wic' commands are:
+ help Show help for command or one of the topics (see below)
create Create a new OpenEmbedded image
list List available values for options and image properties
Help topics:
- overview wic overview - General overview of wic
- plugins wic plugins - Overview and API
- kickstart wic kickstart - wic kickstart reference
-
- See 'wic help <COMMAND or HELP TOPIC>' for more information on a specific
- command or help topic.
+ overview wic overview - General overview of wic
+ plugins wic plugins - Overview and API
+ kickstart wic kickstart - wic kickstart reference
"""
wic_help_usage = """