llvm-cvtres: Accept /? as help flag, like cvtres.exe

llvm-svn: 359064
This commit is contained in:
Nico Weber 2019-04-24 02:11:24 +00:00
parent 196123255e
commit 39a2d20a0f
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ def READONLY : Flag<["/", "-"], "READONLY">, HelpText<"">;
def VERBOSE : Flag<["/", "-"], "VERBOSE">, HelpText<"">;
def HELP : Flag<["/", "-"], "HELP">;
def H : Flag<["/", "-"], "H">, Alias<HELP>;
def HELP_Q : Flag<["/?", "-?"], "">, Alias<HELP>;