From c8f886dc8fcdc58f8471d68c3d583200d0ea2f90 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 21 Oct 2019 17:56:53 -0700 Subject: [PATCH] fix example --- jc/jc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/jc.py b/jc/jc.py index 03d2d083..9adba38c 100755 --- a/jc/jc.py +++ b/jc/jc.py @@ -47,7 +47,7 @@ def main(): print('Options:', file=sys.stderr) print(' -p pretty print output\n', file=sys.stderr) print('Example:', file=sys.stderr) - print(' ls -al | jc -p --ls\n', file=sys.stderr) + print(' ls -al | jc --ls -p\n', file=sys.stderr) exit() # output resulting dictionary as json