From 93d08c464eabc5c667972be155226008c2eb7c9f Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Thu, 13 Dec 2012 17:35:58 +0100 Subject: ubiformat: clean up synopsis of command-line parameters Add -Q and --image-seq, remove double -v Signed-off-by: Wolfram Sang Signed-off-by: Artem Bityutskiy --- ubi-utils/ubiformat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ubi-utils') diff --git a/ubi-utils/ubiformat.c b/ubi-utils/ubiformat.c index 8f9bd3a..c49af29 100644 --- a/ubi-utils/ubiformat.c +++ b/ubi-utils/ubiformat.c @@ -102,10 +102,11 @@ static const char optionsstr[] = static const char usage[] = "Usage: " PROGRAM_NAME " [-s ] [-O ] [-n]\n" -"\t\t\t[-f ] [-S ] [-e ] [-x ] [-y] [-q] [-v] [-h] [-v]\n" +"\t\t\t[-Q ] [-f ] [-S ] [-e ] [-x ] [-y] [-q] [-v] [-h]\n" "\t\t\t[--sub-page-size=] [--vid-hdr-offset=] [--no-volume-table]\n" "\t\t\t[--flash-image=] [--image-size=] [--erase-counter=]\n" -"\t\t\t[--ubi-ver=] [--yes] [--quiet] [--verbose] [--help] [--version]\n\n" +"\t\t\t[--image-seq=] [--ubi-ver=] [--yes] [--quiet] [--verbose]\n" +"\t\t\t[--help] [--version]\n\n" "Example 1: " PROGRAM_NAME " /dev/mtd0 -y - format MTD device number 0 and do\n" " not ask questions.\n" "Example 2: " PROGRAM_NAME " /dev/mtd0 -q -e 0 - format MTD device number 0,\n" -- cgit v1.2.3