File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sources/ClangSharpPInvokeGenerator Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public static class Program
28
28
private static readonly string [ ] s_excludeOptionAliases = [ "--exclude" , "-e" ] ;
29
29
private static readonly string [ ] s_fileOptionAliases = [ "--file" , "-f" ] ;
30
30
private static readonly string [ ] s_fileDirectionOptionAliases = [ "--file-directory" , "-F" ] ;
31
- private static readonly string [ ] s_headerOptionAliases = [ "--headerFile" , "-h " ] ;
31
+ private static readonly string [ ] s_headerOptionAliases = [ "--headerFile" , "-hf " ] ;
32
32
private static readonly string [ ] s_includeOptionAliases = [ "--include" , "-i" ] ;
33
33
private static readonly string [ ] s_includeDirectoryOptionAliases = [ "--include-directory" , "-I" ] ;
34
34
private static readonly string [ ] s_languageOptionAliases = [ "--language" , "-x" ] ;
You can’t perform that action at this time.
0 commit comments