diff options
Diffstat (limited to 'ubi-utils/src/nand2bin.c')
-rw-r--r-- | ubi-utils/src/nand2bin.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ubi-utils/src/nand2bin.c b/ubi-utils/src/nand2bin.c index b8e4ea3..0773a2b 100644 --- a/ubi-utils/src/nand2bin.c +++ b/ubi-utils/src/nand2bin.c @@ -63,9 +63,8 @@ static struct args myargs = { .options = NULL, }; -static char doc[] = "\nVersion: " PROGRAM_VERSION "\n\t" - BUILD_OS" "BUILD_CPU" at "__DATE__" "__TIME__"\n" - "\nSplit data and OOB.\n"; +static char doc[] = "\nVersion: " PROGRAM_VERSION "\n" + "nand2bin - split data and OOB.\n"; static const char *optionsstr = " -o, --output=<output> Data output file\n" |