From efb02493b80cf25d0b1bbef61880ad2fc51dd57f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 5 Feb 2024 18:22:05 -0800 Subject: [PATCH] remove extra $ from slicing example --- jc/cli_data.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/cli_data.py b/jc/cli_data.py index 07cc91bc..bfe49e55 100644 --- a/jc/cli_data.py +++ b/jc/cli_data.py @@ -101,8 +101,8 @@ Examples: $ jc --pretty /proc/meminfo Line Slicing: - $ $ cat output.txt | jc 4:15 --parser # Parse from line 4 to 14 - with parser (zero-based) + $ cat output.txt | jc 4:15 --parser # Parse from line 4 to 14 + with parser (zero-based) Parser Documentation: $ jc --help --dig