From 8f8dfaa13eb20420ea59c703ddfb69fe04751c0f Mon Sep 17 00:00:00 2001 From: Goongam <59019137+Goongam@users.noreply.github.com> Date: Fri, 17 Oct 2025 07:28:04 +0000 Subject: [PATCH] Fix incorrect option flag for wfb monitoring in print_usage --- mavfwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mavfwd.c b/mavfwd.c index 520fe5b..fea96f5 100644 --- a/mavfwd.c +++ b/mavfwd.c @@ -69,7 +69,7 @@ static void print_usage() { " -a --aggregate Aggregate packets in frames (1 no aggregation, 0 raw data forward, %ld by default)\n" " -f --folder Folder for file mavlink.msg (default is current folder)\n" " -t --temp Inject SoC temperature into telemetry\n" - " -d --wfb Monitors wfb.log file and reports errors via mavlink HUD messages\n" + " -j --wfb Monitors wfb.log file and reports errors via mavlink HUD messages\n" " -v --verbose Display each packet, default not\n" " --help Display this help\n", default_master, default_baudrate, default_out_addr, default_in_addr, aggregate);