Fix typo. NFC.
llvm-svn: 262405
This commit is contained in:
@@ -233,7 +233,7 @@ namespace opts {
|
||||
cl::alias SectionGroupsShort("g", cl::desc("Alias for -elf-sections-groups"),
|
||||
cl::aliasopt(SectionGroups));
|
||||
|
||||
cl::opt<OutpytStyleTy>
|
||||
cl::opt<OutputStyleTy>
|
||||
Output("elf-output-style", cl::desc("Specify ELF dump style"),
|
||||
cl::values(clEnumVal(LLVM, "LLVM default style"),
|
||||
clEnumVal(GNU, "GNU readelf style"), clEnumValEnd),
|
||||
|
||||
Reference in New Issue
Block a user