diff options
Diffstat (limited to 'ubi-utils/src/pddcustomize.c')
-rw-r--r-- | ubi-utils/src/pddcustomize.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ubi-utils/src/pddcustomize.c b/ubi-utils/src/pddcustomize.c index a86e942..956ce8f 100644 --- a/ubi-utils/src/pddcustomize.c +++ b/ubi-utils/src/pddcustomize.c @@ -61,9 +61,7 @@ typedef enum action_t { args->action = ACT_ARGP_ERR; \ } while (0) -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" "pddcustomize - customize bootenv and pdd values.\n"; static const char *optionsstr = |