From 14f42db331e6d0b1aebadd1a83514c56449e69ef Mon Sep 17 00:00:00 2001 From: "Tim Triche, Jr." Date: Thu, 20 Aug 2026 09:25:43 -0400 Subject: [PATCH] fix typo in 'weaver map -h' w/r/t graphtyper --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8ef723a..0a1789b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -100,7 +100,7 @@ int subcmd_map(paw::Parser & parser) 'a', "advanced", "Set to enable advanced options. " - "See a list of all options (including advanced) with 'graphtyper genotype --advanced --help'"); + "See a list of all options (including advanced) with 'weaver map --advanced --help'"); if (see_advanced_options) parser.see_advanced_options(true);