From baf39af15b1fe8570e6430788ec7cd4959fbc5d9 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 7 Dec 2006 00:26:58 +0100 Subject: Imported from util-linux-2.13-pre2 tarball. --- disk-utils/fdformat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'disk-utils/fdformat.c') diff --git a/disk-utils/fdformat.c b/disk-utils/fdformat.c index 98f221525..49809fa91 100644 --- a/disk-utils/fdformat.c +++ b/disk-utils/fdformat.c @@ -113,7 +113,7 @@ int main(int argc,char **argv) if (argc == 2 && (!strcmp(argv[1], "-V") || !strcmp(argv[1], "--version"))) { - printf(_("%s from %s%s\n"), progname, "util-linux-", VERSION); + printf(_("%s (%s)\n"), progname, PACKAGE_STRING); exit(0); } -- cgit v1.2.3-55-g7522