Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: fc14c809cb982f3c8cb3429604262cde0cb264a9 https://github.com/tianocore/edk2/commit/fc14c809cb982f3c8cb3429604262cde0cb264a9 Author: Rebecca Cran <quic_rc...@quicinc.com> Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths: M ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni M ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni Log Message: ----------- ShellPkg: Improve "ping" output by adding equals sign after time The output of the "ping" command shows the time without a space between the label and the value. e.g.: 20 bytes from 192.168.0.1 : icmp_seq=1 ttl=1 time1~2ms Improve the readability and consistency by adding an equals sign for the time value: 20 bytes from 192.168.0.1 : icmp_seq=1 ttl=1 time=1~2ms Signed-off-by: Rebecca Cran <rebe...@quicinc.com> Reviewed-by: Zhichao Gao <zhichao....@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits