ShellPkg/comp: Add "-n <diff-count>"/"-s <diff-byte>" support
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Chen A Chen <chen.a.chen@intel.com> Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
@ -65,31 +65,8 @@
|
||||
#string STR_DBLK_HEADER #language en-US "LBA %016LX Size %08x bytes BlkIo %0x\r\n"
|
||||
|
||||
#string STR_COMP_HEADER #language en-US "Compare %s to %s.\r\n"
|
||||
#string STR_COMP_SIZE_FAIL #language en-US "Difference # 1: File size mismatch.\r\n"
|
||||
#string STR_COMP_SPOT_FAIL1 #language en-US ""
|
||||
"Difference #% 2d:\r\n"
|
||||
"File1: %s\r\n"
|
||||
" %08x: %02x *%c*\r\n"
|
||||
"File2: %s\r\n"
|
||||
" %08x: %02x *%c*\r\n"
|
||||
#string STR_COMP_SPOT_FAIL2 #language en-US ""
|
||||
"Difference #% 2d:\r\n"
|
||||
"File1: %s\r\n"
|
||||
" %08x: %02x %02x *%c%c*\r\n"
|
||||
"File2: %s\r\n"
|
||||
" %08x: %02x %02x *%c%c*\r\n"
|
||||
#string STR_COMP_SPOT_FAIL3 #language en-US ""
|
||||
"Difference #% 2d:\r\n"
|
||||
"File1: %s\r\n"
|
||||
" %08x: %02x %02x %02x *%c%c%c*\r\n"
|
||||
"File2: %s\r\n"
|
||||
" %08x: %02x %02x %02x *%c%c%c*\r\n"
|
||||
#string STR_COMP_SPOT_FAIL4 #language en-US ""
|
||||
"Difference #% 2d:\r\n"
|
||||
"File1: %s\r\n"
|
||||
" %08x: %02x %02x %02x %02x *%c%c%c%c*\r\n"
|
||||
"File2: %s\r\n"
|
||||
" %08x: %02x %02x %02x %02x *%c%c%c%c*\r\n"
|
||||
#string STR_COMP_DIFFERENCE_POINT #language en-US "Difference #% 2u:\r\n"
|
||||
#string STR_COMP_END_OF_FILE #language en-US " <EOF>"
|
||||
|
||||
#string STR_COMP_FOOTER_FAIL #language en-US "[difference(s) encountered] \r\n"
|
||||
#string STR_COMP_FOOTER_PASS #language en-US "[no differences encountered]\r\n"
|
||||
|
Reference in New Issue
Block a user