diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-08-29 19:03:56 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-08-29 19:03:56 +0300 |
commit | 8dc9f98e39ff4ba019c838f2a7349c1211676ad4 (patch) | |
tree | 2e2a5a01caab573b66dfb5529d0b1cfb5e40830e /ubi-utils/src/ubimirror.c | |
parent | 914e5f6e143d7d9e5bd661218d503bd573163eb7 (diff) |
ubi-utils: remove useless build information
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/src/ubimirror.c')
-rw-r--r-- | ubi-utils/src/ubimirror.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ubi-utils/src/ubimirror.c b/ubi-utils/src/ubimirror.c index eeedb3a..c8bdb8a 100644 --- a/ubi-utils/src/ubimirror.c +++ b/ubi-utils/src/ubimirror.c @@ -53,9 +53,7 @@ typedef enum action_t { #define VOL_ARGS_MAX 2 -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" "ubimirror - mirrors ubi volumes.\n"; static const char *optionsstr = |