]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsclocks: add missing newline character in option description
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 3 Apr 2026 02:07:52 +0000 (22:07 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Fri, 3 Apr 2026 02:09:02 +0000 (22:09 -0400)
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
misc-utils/lsclocks.c

index f911a1b2e18d0a165cf1e789d450c5b4db41b954..21f1e265720e089cc3f66b3327de010d45a1a211 100644 (file)
@@ -225,7 +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(_(" --no-discover-rtc          do not try to discover RTCs\n"), 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);