From 8dc9f98e39ff4ba019c838f2a7349c1211676ad4 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 29 Aug 2007 19:03:56 +0300 Subject: ubi-utils: remove useless build information Signed-off-by: Artem Bityutskiy --- ubi-utils/src/ubirmvol.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'ubi-utils/src/ubirmvol.c') diff --git a/ubi-utils/src/ubirmvol.c b/ubi-utils/src/ubirmvol.c index f32cbe0..6dd16ba 100644 --- a/ubi-utils/src/ubirmvol.c +++ b/ubi-utils/src/ubirmvol.c @@ -63,9 +63,8 @@ static struct args myargs = { static int param_sanity_check(struct args *args, libubi_t libubi); -static char doc[] = "\nVersion: " PROGRAM_VERSION "\n\t" - BUILD_OS" "BUILD_CPU" at "__DATE__" "__TIME__"\n" - "\nMake UBI Volume.\n"; +static char doc[] = "\nVersion: " PROGRAM_VERSION "\n" + "ubirmvol - make UBI Volume.\n"; static const char *optionsstr = " -d, --devn= UBI device\n" -- cgit v1.2.3