From 7f7dcc35ec1cfa01047cf8d302c767181fc881be Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 28 May 2025 14:54:29 -0700 Subject: [PATCH] help screen update --- 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 bfe49e55..261bc989 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 -- # Parse from line 4 to 14 + # with (zero-based) Parser Documentation: $ jc --help --dig