summaryrefslogtreecommitdiffstats
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:14:00 -0700
commit04c5307cf7286a32c9a6a85e008274b98950d0c2 (patch)
tree8ff44752d462790fc6e4cadfe2a3658c39f33734 /scripts
parent57b3e39f6517abc0ade4880f6079013b784fffa8 (diff)
downloadpoky-04c5307cf7286a32c9a6a85e008274b98950d0c2.tar.gz
wic: improved usage text
Made command line specification less confusing. Reformatted usage output. [YOCTO #7938] (From OE-Core rev: c4a44ad4c5aa65657b69b811e793f98418159348) 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 = """
101 101
102 Create a customized OpenEmbedded image 102 Create a customized OpenEmbedded image
103 103
104 usage: wic [--version] [--help] COMMAND [ARGS] 104 usage: wic [--version] | [--help] | [COMMAND [ARGS]]
105 105
106 Current 'wic' commands are: 106 Current 'wic' commands are:
107 help Show help for command or one of the topics (see below)
107 create Create a new OpenEmbedded image 108 create Create a new OpenEmbedded image
108 list List available values for options and image properties 109 list List available values for options and image properties
109 110
110 Help topics: 111 Help topics:
111 overview wic overview - General overview of wic 112 overview wic overview - General overview of wic
112 plugins wic plugins - Overview and API 113 plugins wic plugins - Overview and API
113 kickstart wic kickstart - wic kickstart reference 114 kickstart wic kickstart - wic kickstart reference
114
115 See 'wic help <COMMAND or HELP TOPIC>' for more information on a specific
116 command or help topic.
117""" 115"""
118 116
119wic_help_usage = """ 117wic_help_usage = """