From 9ba41c4dc891e38c92126bfcc4c366d765841da0 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 26 Dec 2007 15:12:26 +0200 Subject: ubi-utils: add ubiattach and ubidetach Add 2 new utilities to attach and detach UBI devices. Signed-off-by: Artem Bityutskiy --- ubi-utils/src/ubiupdate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ubi-utils/src/ubiupdate.c') diff --git a/ubi-utils/src/ubiupdate.c b/ubi-utils/src/ubiupdate.c index 1b9188e..75222d4 100644 --- a/ubi-utils/src/ubiupdate.c +++ b/ubi-utils/src/ubiupdate.c @@ -53,8 +53,8 @@ static struct args myargs = { .img = NULL, }; -static const char *doc = "Version " PROGRAM_VERSION "\n" - PROGRAM_NAME " - a tool to write data to UBI volumes."; +static const char *doc = PROGRAM_NAME " version " PROGRAM_VERSION + " - a tool to write data to UBI volumes."; static const char *optionsstr = "-n, --vol_id= ID of UBI volume to update\n" -- cgit v1.2.3