Skip to content

Commit

Permalink
add M name-val to options
Browse files Browse the repository at this point in the history
Co-authored-by: Kamil Aronowski <kamil.aronowski@yahoo.com>
Signed-off-by: Dennis Tseng <dennis.tseng@suse.com>
  • Loading branch information
dennis-tseng99 and aronowski committed May 9, 2023
1 parent 6548f2b commit 5f3103f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion post-process-pe.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,10 @@ int main(int argc, char **argv)
{.name = "enable-nx-compat",
.val = 'n',
},
{.name = "ms-validation",
{.name = "disable ms-validation",
.val = 'M',
},
{.name = "enable ms-validation",
.val = 'm',
},
{.name = "quiet",
Expand Down

0 comments on commit 5f3103f

Please sign in to comment.