@@ -115,8 +115,8 @@ wic_create_usage = """
Create a new OpenEmbedded image
- usage: wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>]
- [-e | --image-name] [-s, --skip-build-check] [-D, --debug]
+ usage: wic create <wks file or image name> [-o, --outdir <DIRNAME>]
+ [-e, --image-name] [-s, --skip-build-check] [-D, --debug]
[-r, --rootfs-dir] [-b, --bootimg-dir]
[-k, --kernel-dir] [-n, --native-sysroot] [--sector-size <bytes>] [-f, --build-rootfs]
[-c, --compress-with] [-m, --bmap] [--no-fstab-update]
@@ -137,8 +137,8 @@ NAME
wic create - Create a new OpenEmbedded image
SYNOPSIS
- wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>]
- [-e | --image-name] [-s, --skip-build-check] [-D, --debug]
+ wic create <wks file or image name> [-o, --outdir <DIRNAME>]
+ [-e, --image-name] [-s, --skip-build-check] [-D, --debug]
[-r, --rootfs-dir] [-b, --bootimg-dir]
[-k, --kernel-dir] [-n, --native-sysroot] [--sector-size <bytes>] [-f, --build-rootfs]
[-c, --compress-with] [-m, --bmap] [--no-fstab-update]
Usage and help strings lists short option + comma + long option for every options at the exception of --outdir and --image-name. This replaces the vertical bar by comma for consistency. Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com> --- src/wic/help.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)