diff mbox

ubinize: fix usage text

Message ID 1367880847-4157-1-git-send-email-vapier@gentoo.org
State Accepted
Commit f1825095f5fe9173828262d64ba8c1588778ffc6
Headers show

Commit Message

Mike Frysinger May 6, 2013, 10:54 p.m. UTC
Drop duplicate "and the", and tweak grammar slightly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 ubi-utils/ubinize.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Artem Bityutskiy July 1, 2013, 5:39 a.m. UTC | #1
On Mon, 2013-05-06 at 18:54 -0400, Mike Frysinger wrote:
> Drop duplicate "and the", and tweak grammar slightly.
> 
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>

Pushed to mtd-utils.git, thanks"!
diff mbox

Patch

diff --git a/ubi-utils/ubinize.c b/ubi-utils/ubinize.c
index 3d19a02..34f465a 100644
--- a/ubi-utils/ubinize.c
+++ b/ubi-utils/ubinize.c
@@ -42,11 +42,11 @@ 
 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"