From b385b8cc382f3c436a9d0b08b2824c440aa57ec9 Mon Sep 17 00:00:00 2001 From: Niklas Schnelle Date: Tue, 14 Apr 2026 10:40:46 +0200 Subject: [PATCH] opticsmon: Fix wrong reference to --daemon flag in man page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even before release the flag was renamed to --monitor but the mention in the man page was missed. Reported-by: Halil Pasic Fixes: c34adb9cabee ("opticsmon: Introduce opticsmon tool") Reviewed-by: Jan Höppner Signed-off-by: Niklas Schnelle Signed-off-by: Jan Höppner --- opticsmon/opticsmon.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opticsmon/opticsmon.8 b/opticsmon/opticsmon.8 index 893571bf..a810792d 100644 --- a/opticsmon/opticsmon.8 +++ b/opticsmon/opticsmon.8 @@ -45,7 +45,7 @@ opticsmon - Monitor optical modules for directly attached PCI based NICs Use .B opticsmon to monitor the health of the optical modules of directly attached PCI based -NICs. When executed without the \fB--daemon\fR option it will collect optical +NICs. When executed without the \fB--monitor\fR option it will collect optical module data from all available PCI network interface physical functions and print a summary in JSON format. Add the \fB--send-report\fR option to report this data to the support element. @@ -55,7 +55,7 @@ this data to the support element. . .SH OPTIONS .SS Operation Options -.OD daemon "d" +.OD monitor "m" Run continuously and report on link state changes and periodically .PP .