From 6bd99ecdaa505ec3e1847bb6c3b573a54650493a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 8 Dec 2023 13:16:23 +0100 Subject: [PATCH] hwclock: reuse error message The only hwclock is the place we use this message. Signed-off-by: Karel Zak --- sys-utils/hwclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/hwclock.c b/sys-utils/hwclock.c index e310cbcc72..9579d9f910 100644 --- a/sys-utils/hwclock.c +++ b/sys-utils/hwclock.c @@ -1519,7 +1519,7 @@ int main(int argc, char **argv) } if (argc -= optind) { - warnx(_("%d too many arguments given"), argc); + warnx(_("too many arguments")); errtryhelp(EXIT_FAILURE); } -- 2.47.3