summaryrefslogtreecommitdiff
path: root/ubi-utils/src/ubigen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ubi-utils/src/ubigen.c')
-rw-r--r--ubi-utils/src/ubigen.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ubi-utils/src/ubigen.c b/ubi-utils/src/ubigen.c
index d99ba2d..9fcafab 100644
--- a/ubi-utils/src/ubigen.c
+++ b/ubi-utils/src/ubigen.c
@@ -43,9 +43,7 @@ typedef enum action_t {
ACT_BROKEN_UPDATE = 0x00000002,
} action_t;
-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"
"ubigen - a tool for adding UBI information to a binary input file.\n";
static const char *optionsstr =