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/ubinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ubi-utils/src/ubinfo.c') diff --git a/ubi-utils/src/ubinfo.c b/ubi-utils/src/ubinfo.c index c907335..35c70a1 100644 --- a/ubi-utils/src/ubinfo.c +++ b/ubi-utils/src/ubinfo.c @@ -34,7 +34,7 @@ #define PROGRAM_VERSION "1.0" #define PROGRAM_NAME "ubinfo" -/* The variables below is set by command line arguments */ +/* The variables below are set by command line arguments */ struct args { int devn; int vol_id; @@ -49,8 +49,8 @@ static struct args myargs = { .node = NULL, }; -static const char *doc = "Version " PROGRAM_VERSION "\n" - PROGRAM_NAME " - a tool to print UBI information."; +static const char *doc = PROGRAM_NAME " version " PROGRAM_VERSION + " - a tool to print UBI information."; static const char *optionsstr = "-d, --devn= UBI device number to get information about\n" -- cgit v1.2.3