aboutsummaryrefslogtreecommitdiff
path: root/ubi-utils/src/ubidetach.c
diff options
context:
space:
mode:
authorJon Povey <jon.povey@racelogic.co.uk>2010-09-02 11:48:30 +0900
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>2010-09-02 13:24:26 +0300
commit8315cec7c17cbd228431c552bd1bf10d5f1689db (patch)
tree5da1005691980fbd4d891774bcf4855d8c0655ed /ubi-utils/src/ubidetach.c
parentde3c4601619bc638dc2a5444247674464abfbfdc (diff)
ubi-utils: reformat help text to fit in 80 columns
Reformat the help text of ubiattach and ubidetach to display nicely on 80 column terminals, also fix a couple of bits that did not make sense. Signed-off-by: Jon Povey <jon.povey@racelogic.co.uk> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/ubidetach.c')
-rw-r--r--ubi-utils/src/ubidetach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/src/ubidetach.c b/ubi-utils/src/ubidetach.c
index c4c05a5..e0bc050 100644
--- a/ubi-utils/src/ubidetach.c
+++ b/ubi-utils/src/ubidetach.c
@@ -50,7 +50,7 @@ static struct args args = {
};
static const char *doc = PROGRAM_NAME " version " PROGRAM_VERSION
-" - a tool to remove UBI devices (detach MTD devices from UBI)";
+" - tool to remove UBI devices (detach MTD devices from UBI)";
static const char *optionsstr =
"-d, --devn=<UBI device number> UBI device number to delete\n"