Skip to content
Commit fc14c809 authored by Rebecca Cran's avatar Rebecca Cran Committed by mergify[bot]
Browse files

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: default avatarRebecca Cran <rebecca@quicinc.com>
Reviewed-by: default avatarZhichao Gao <zhichao.gao@intel.com>
parent f80f0522
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment