diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-26 15:12:26 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-26 16:23:04 +0200 |
commit | 9ba41c4dc891e38c92126bfcc4c366d765841da0 (patch) | |
tree | 5d095e949421d86dc2e2df83245405bbf7c84945 /ubi-utils/src/ubicrc32.c | |
parent | 126341588c5e9d9077e31c4a5f550c83b2e3e93d (diff) |
ubi-utils: add ubiattach and ubidetach
Add 2 new utilities to attach and detach UBI devices.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/ubicrc32.c')
-rw-r--r-- | ubi-utils/src/ubicrc32.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ubi-utils/src/ubicrc32.c b/ubi-utils/src/ubicrc32.c index 034cb10..cde3104 100644 --- a/ubi-utils/src/ubicrc32.c +++ b/ubi-utils/src/ubicrc32.c @@ -39,8 +39,8 @@ #define PROGRAM_VERSION "1.2" #define PROGRAM_NAME "ubicrc32" -static const char *doc = "Version " PROGRAM_VERSION "\n" - PROGRAM_NAME " - a tool to calculate CRC32 with UBI start value (0xFFFFFFFF)"; +static const char *doc = PROGRAM_NAME " version " PROGRAM_VERSION + " - a tool to calculate CRC32 with UBI start value (0xFFFFFFFF)"; static const char *optionsstr = "-h, --help print help message\n" |