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