From 320929bf2595026d32b80b80c3e4878db9cf083f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 24 Oct 2019 17:11:17 -0700 Subject: [PATCH] documentation update --- jc/parsers/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/env.py b/jc/parsers/env.py index c3164d5f..98ad68f8 100644 --- a/jc/parsers/env.py +++ b/jc/parsers/env.py @@ -4,6 +4,7 @@ Usage: specify --env as the first argument if the piped input is coming from env Example: + $ env | jc --env -p { "TERM": "xterm-256color", @@ -16,7 +17,6 @@ $ env | jc --env -p "LOGNAME": "root", "_": "/usr/bin/env" } - """