1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

fix example

This commit is contained in:
Kelly Brazil
2019-10-21 17:56:53 -07:00
parent 4cfc2d22b3
commit c8f886dc8f

View File

@ -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