From 63fe42e455dc5fa01600e81aeceda20349ff85b0 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Wed, 24 Dec 2025 23:43:18 -0500 Subject: [PATCH] lsclocks: fix inconsistency in usage message Signed-off-by: Christian Goeschel Ndjomouo --- misc-utils/lsclocks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/misc-utils/lsclocks.c b/misc-utils/lsclocks.c index 5d22285b5..f911a1b2e 100644 --- a/misc-utils/lsclocks.c +++ b/misc-utils/lsclocks.c @@ -228,6 +228,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" --no-discover-rtc do not try to discover RTCs"), out); fputs(_(" -d, --dynamic-clock also display specified dynamic clock\n"), out); fputs(_(" -c, --cpu-clock also display CPU clock of specified process\n"), out); + fputs(_(" -x, --rtc also display specified RTC\n"), out); fputs(USAGE_SEPARATOR, out); fprintf(out, USAGE_HELP_OPTIONS(29)); -- 2.47.3