]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsclocks: fix inconsistency in usage message
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 04:43:18 +0000 (23:43 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Thu, 25 Dec 2025 05:39:33 +0000 (00:39 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
misc-utils/lsclocks.c

index 5d22285b527046034cc0d268272e61213771c143..f911a1b2e18d0a165cf1e789d450c5b4db41b954 100644 (file)
@@ -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 <path> also display specified dynamic clock\n"), out);
        fputs(_(" -c, --cpu-clock <pid>      also display CPU clock of specified process\n"), out);
+       fputs(_(" -x, --rtc <path>           also display specified RTC\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
        fprintf(out, USAGE_HELP_OPTIONS(29));