]> www.infradead.org Git - mtd-utils.git/commitdiff
ubinize: fix usage text
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 May 2013 22:54:07 +0000 (18:54 -0400)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 1 Jul 2013 05:37:54 +0000 (08:37 +0300)
Drop duplicate "and the", and tweak grammar slightly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
ubi-utils/ubinize.c

index 3d19a02a5571577b6759d29242595973e29b3e45..34f465aabca0cdb4e2c71c157320cc3b23d7493d 100644 (file)
 static const char doc[] = PROGRAM_NAME " version " VERSION
 " - a tool to generate UBI images. An UBI image may contain one or more UBI "
 "volumes which have to be defined in the input configuration ini-file. The "
-"ini file defines all the UBI volumes - their characteristics and the and the "
+"ini file defines all the UBI volumes - their characteristics and the "
 "contents, but it does not define the characteristics of the flash the UBI "
 "image is generated for. Instead, the flash characteristics are defined via "
 "the command-line options. Note, if not sure about some of the command-line "
-"parameters, do not specify them and let the utility to use default values.";
+"parameters, do not specify them and let the utility use default values.";
 
 static const char optionsstr[] =
 "-o, --output=<file name>     output file name\n"