[dsymutil] Support --out (NFC)

Seems like this got lost during the libOption conversion.
This commit is contained in:
Jonas Devlieghere 2019-12-03 17:06:05 -08:00
parent cec82634a4
commit ed1756cfbe
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def output: Separate<["--", "-"], "o">,
MetaVarName<"<filename>">,
HelpText<"Specify the output file. Defaults to <input file>.dwarf">,
Group<grp_general>;
def: Separate<["-"], "out">,
def: Separate<["--", "-"], "out">,
Alias<output>,
HelpText<"Alias for --o">,
Group<grp_general>;