diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/image/help.py | 12 |
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 | ||
119 | wic_help_usage = """ | 117 | wic_help_usage = """ |