@@ -129,18 +129,18 @@ def: Joined<["--", "-"], "oso-prepend-path=">, Alias<oso_prepend_path>;
129
129
130
130
def object_prefix_map: Separate<["--", "-"], "object-prefix-map">,
131
131
MetaVarName<"<prefix=remapped>">,
132
- HelpText<"Remap object file paths (but no source paths) before processing."
133
- "Use this for Clang objects where the module cache location was"
134
- "remapped using -fdebug-prefix-map; to help dsymutil"
132
+ HelpText<"Remap object file paths (but no source paths) before processing. "
133
+ "Use this for Clang objects where the module cache location was "
134
+ "remapped using -fdebug-prefix-map; to help dsymutil "
135
135
"find the Clang module cache.">,
136
136
Group<grp_general>;
137
137
def: Joined<["--", "-"], "object-prefix-map=">, Alias<object_prefix_map>;
138
138
139
139
def arch: Separate<["--", "-"], "arch">,
140
140
MetaVarName<"<arch>">,
141
- HelpText<"Link DWARF debug information only for specified CPU architecture"
142
- "types. This option can be specified multiple times, once for each"
143
- "desired architecture. All CPU architectures will be linked by"
141
+ HelpText<"Link DWARF debug information only for specified CPU architecture "
142
+ "types. This option can be specified multiple times, once for each "
143
+ "desired architecture. All CPU architectures will be linked by "
144
144
"default.">,
145
145
Group<grp_general>;
146
146
def: Joined<["--", "-"], "arch=">, Alias<arch>;
@@ -206,7 +206,7 @@ def: Joined<["--", "-"], "linker=">, Alias<linker>;
206
206
207
207
def build_variant_suffix: Separate<["--", "-"], "build-variant-suffix">,
208
208
MetaVarName<"<suffix=buildvariant>">,
209
- HelpText<"Specify the build variant suffix used to build the executabe file.">,
209
+ HelpText<"Specify the build variant suffix used to build the executable file.">,
210
210
Group<grp_general>;
211
211
def: Joined<["--", "-"], "build-variant-suffix=">, Alias<build_variant_suffix>;
212
212
0 commit comments