From patchwork Thu Dec 13 16:35:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: ubiformat: clean up synopsis of command-line parameters Date: Thu, 13 Dec 2012 06:35:58 -0000 From: Wolfram Sang X-Patchwork-Id: 206158 Message-Id: <1355416558-21920-1-git-send-email-w.sang@pengutronix.de> To: linux-mtd@lists.infradead.org Cc: Wolfram Sang , Artem Bityutskiy Add -Q and --image-seq, remove double -v Signed-off-by: Wolfram Sang --- ubi-utils/ubiformat.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"