From 04fda57cbeed6adf138e5341a9b54c657c7511ac Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 26 May 2022 15:11:58 -0700 Subject: [PATCH] fix note --- docs/parsers/ping.md | 4 ++-- jc/parsers/ping.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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