diff options
Diffstat (limited to 'ubi-utils/ubirsvol.c')
-rw-r--r-- | ubi-utils/ubirsvol.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ubi-utils/ubirsvol.c b/ubi-utils/ubirsvol.c index 65f579c..c469060 100644 --- a/ubi-utils/ubirsvol.c +++ b/ubi-utils/ubirsvol.c @@ -23,7 +23,6 @@ * Frank Haverkamp <haver@vnet.ibm.com> */ -#define PROGRAM_VERSION "1.1" #define PROGRAM_NAME "ubirsvol" #include <stdio.h> @@ -51,7 +50,7 @@ static struct args args = { .lebs = -1, }; -static const char doc[] = PROGRAM_NAME " version " PROGRAM_VERSION +static const char doc[] = PROGRAM_NAME " version " VERSION " - a tool to resize UBI volumes."; static const char optionsstr[] = @@ -146,7 +145,7 @@ static int parse_opt(int argc, char * const argv[]) exit(EXIT_SUCCESS); case 'V': - fprintf(stderr, "%s\n", PROGRAM_VERSION); + common_print_version(); exit(EXIT_SUCCESS); case ':': |