From 04c5307cf7286a32c9a6a85e008274b98950d0c2 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 3 Aug 2015 16:51:46 +0300 Subject: 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 Signed-off-by: Richard Purdie --- scripts/lib/image/help.py | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'scripts') 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 ' 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 = """ -- cgit v1.2.3-54-g00ecf