The switch defaults to true, so it's displayed as `--no-debug-info` in the help. The description should be agnostic about whether the flag will enable or disable the behaviour.
@@ -270,7 +270,7 @@ Excludes files with the given prefix from dumps.
{
.name = "debug-info",
.help = R"""(
-Emit DWARF debug information.
+Whether to emit DWARF debug information.
)""",
},
[&](auto& arg_b) {