diff options
Diffstat (limited to 'ubi-utils/src/mkbootenv.c')
-rw-r--r-- | ubi-utils/src/mkbootenv.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ubi-utils/src/mkbootenv.c b/ubi-utils/src/mkbootenv.c index 4a8cc6a..952f651 100644 --- a/ubi-utils/src/mkbootenv.c +++ b/ubi-utils/src/mkbootenv.c @@ -37,9 +37,7 @@ #define PROGRAM_VERSION "1.3" -static char doc[] = "\nVersion: " PROGRAM_VERSION "\n\tBuilt on " - BUILD_CPU" "BUILD_OS" at "__DATE__" "__TIME__"\n" - "\n" +static char doc[] = "\nVersion: " PROGRAM_VERSION "\n" "mkbootenv - processes bootenv text files and convertes " "them into a binary format.\n"; |