]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsclocks: add missing --no-discover-rtc option info in usage message
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 03:41:07 +0000 (22:41 -0500)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 24 Nov 2025 03:41:07 +0000 (22:41 -0500)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
misc-utils/lsclocks.c

index 1d4f567bb33557f74530572d605d467665e6998f..5d22285b527046034cc0d268272e61213771c143 100644 (file)
@@ -225,6 +225,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -r, --raw                  use raw output format\n"), out);
        fputs(_(" -t, --time <clock>         show current time of single clock\n"), out);
        fputs(_(" --no-discover-dynamic      do not try to discover dynamic clocks\n"), out);
+       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);