From f6277500833ece8ea34c65e4d23e1454e054141b Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 28 Sep 2014 20:51:39 +0100 Subject: textual: use version printing macro everywhere Only mount, umount, and blkid remains not using the macro because they are print also library references. Signed-off-by: Sami Kerola --- sys-utils/hwclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/hwclock.c') diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index d0d422d2f..9151d246e 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1543,7 +1543,7 @@ static int compare_clock (const bool utc, const bool local_opt) static void out_version(void) { - printf(_("%s from %s\n"), program_invocation_short_name, PACKAGE_STRING); + printf(UTIL_LINUX_VERSION); } /* -- cgit v1.2.3-55-g7522