Skip to content

Commit d35cb3c

Browse files
authored
Merge pull request #34228 from keith/ks/improve--prefix-map-help-text
Improve `-*prefix-map` help text
2 parents b8e726a + ae0c380 commit d35cb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/Option/Options.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -761,10 +761,10 @@ def gdwarf_types : Flag<["-"], "gdwarf-types">,
761761
HelpText<"Emit full DWARF type info.">;
762762
def debug_prefix_map : Separate<["-"], "debug-prefix-map">,
763763
Flags<[FrontendOption]>,
764-
HelpText<"Remap source paths in debug info">;
764+
HelpText<"Remap source paths in debug info">, MetaVarName<"<prefix=replacement>">;
765765
def coverage_prefix_map : Separate<["-"], "coverage-prefix-map">,
766766
Flags<[FrontendOption]>,
767-
HelpText<"Remap source paths in coverage info">;
767+
HelpText<"Remap source paths in coverage info">, MetaVarName<"<prefix=replacement>">;
768768

769769
def debug_info_format : Joined<["-"], "debug-info-format=">,
770770
Flags<[FrontendOption]>,

0 commit comments

Comments
 (0)