]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Improve "ping" output by adding equals sign after time
authorRebecca Cran <quic_rcran@quicinc.com>
Thu, 1 Dec 2022 21:49:35 +0000 (05:49 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 6 Mar 2023 02:41:00 +0000 (02:41 +0000)
commitfc14c809cb982f3c8cb3429604262cde0cb264a9
tree244f072f5d1934b786e83a4b6e46e9885e5bd20a
parentf80f052277c88a67c55e107b550f504eeea947d3
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 <rebecca@quicinc.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.uni
ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.uni