diff --git a/docs/parsers/ping.md b/docs/parsers/ping.md index 74eae286..e0e65c6c 100644 --- a/docs/parsers/ping.md +++ b/docs/parsers/ping.md @@ -9,8 +9,8 @@ Supports `ping` and `ping6` output. Usage (cli): - Note: Use the ping `-c` (count) option, otherwise data will not be - piped to `jc`. +> Note: Use the ping `-c` (count) option, otherwise data will not be +> piped to `jc`. $ ping -c 3 1.2.3.4 | jc --ping diff --git a/jc/parsers/ping.py b/jc/parsers/ping.py index eaee59b6..0f851c04 100644 --- a/jc/parsers/ping.py +++ b/jc/parsers/ping.py @@ -4,8 +4,8 @@ Supports `ping` and `ping6` output. Usage (cli): - Note: Use the ping `-c` (count) option, otherwise data will not be - piped to `jc`. +> Note: Use the ping `-c` (count) option, otherwise data will not be +> piped to `jc`. $ ping -c 3 1.2.3.4 | jc --ping