If it is combined with other action options, the later\n\\r
input action option will override the previous one.\n");\r
fprintf (stdout, " -z, --zero Zero the Debug Data Fields in the PE input image file.\n\\r
+ It also zeros the time stamp fields.\n\\r
+ This option can be used to compare the binary efi image.\n\\r
It can't be combined with other action options\n\\r
except for -o, -r option. It is a action option.\n\\r
If it is combined with other action options, the later\n\\r
VerboseMsg ("Convert the input EXE to the output BIN file.");\r
break;\r
case FW_ZERO_DEBUG_IMAGE:\r
- VerboseMsg ("Zero the Debug Data Fields in input PE image.");\r
+ VerboseMsg ("Zero the Debug Data Fields and Time Stamp in input PE image.");\r
break;\r
case FW_SET_STAMP_IMAGE:\r
VerboseMsg ("Set new time stamp %s in the input PE image.", TimeStamp);\r