diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-16 16:09:51 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-01-16 16:09:51 +0200 |
commit | d468b5c78dea0b764e59f72caedeb5fd98dd7b67 (patch) | |
tree | 3c9f6ec15eda9e95ca9156851ce8ec80d5c6e947 /ubi-utils | |
parent | 0513f96bfb562cfa4202f890e54a8ab29e03faf1 (diff) |
ubi-utils: fix spelling typo in help output
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils')
-rw-r--r-- | ubi-utils/src/ubiattach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/ubiattach.c b/ubi-utils/src/ubiattach.c index 3476a3d..c146e76 100644 --- a/ubi-utils/src/ubiattach.c +++ b/ubi-utils/src/ubiattach.c @@ -58,7 +58,7 @@ static const char *optionsstr = " specified\n" "-m, --mtdn=<MTD device number> MTD device number to attach\n" "-o, --vid-hdr-offset VID header offset (do not specify this unless you\n" -" really know what you do and the optimal defaults wukk\n" +" really know what you do and the optimal defaults will\n" " be used)\n" "-h, --help print help message\n" "-V, --version print program version"; |