From 66358d3848f55cd50141562c706d84ab60c7545c Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Thu, 11 Mar 2021 12:04:34 -0800 Subject: [PATCH] [cli] update 'README_UDP.md' (#6265) This commit updates the `README_UDP.md` to use a bullet list for possible `type` options in `send` command. --- src/cli/README_UDP.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/cli/README_UDP.md b/src/cli/README_UDP.md index 08ca4fc33..b47393574 100644 --- a/src/cli/README_UDP.md +++ b/src/cli/README_UDP.md @@ -152,8 +152,10 @@ Send a few bytes over UDP. - ip: the IPv6 destination address. - port: the UDP destination port. -- type: the type of the message: _ `-t`: text payload in the `value`, same as without specifying the type. _ `-s`: autogenerated payload with specified length indicated in the `value`. - \* `-x`: binary data in hexadecimal representation in the `value`. +- type: the type of the message: + - `-t`: text payload in the `value`, same as without specifying the type. + - `-s`: autogenerated payload with specified length indicated in the `value`. + - `-x`: binary data in hexadecimal representation in the `value`. ```bash > udp send fdde:ad00:beef:0:bb1:ebd6:ad10:f33 1234 -t hello @@ -182,7 +184,10 @@ Done Send a few bytes over UDP. -- type: the type of the message: _ `-t`: text payload in the `value`, same as without specifying the type. _ `-s`: autogenerated payload with specified length indicated in the `value`. \* `-x`: binary data in hexadecimal representation in the `value`. +- type: the type of the message: + - `-t`: text payload in the `value`, same as without specifying the type. + - `-s`: autogenerated payload with specified length indicated in the `value`. + - `-x`: binary data in hexadecimal representation in the `value`. ```bash > udp send -t hello