From ab1dabe3e42997825707006b63cc0c03d28470d4 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Fri, 15 Nov 2019 19:26:22 -0800 Subject: [PATCH] doc update --- docs/parsers/systemctl_lj.md | 2 +- docs/parsers/systemctl_ls.md | 2 +- jc/parsers/systemctl_lj.py | 2 +- jc/parsers/systemctl_ls.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/parsers/systemctl_lj.md b/docs/parsers/systemctl_lj.md index efc772ab..6d6515a7 100644 --- a/docs/parsers/systemctl_lj.md +++ b/docs/parsers/systemctl_lj.md @@ -2,7 +2,7 @@ jc - JSON CLI output utility systemctl-lj Parser Usage: - specify --systemctl-luf as the first argument if the piped input is coming from systemctl list-jobs + specify --systemctl-lj as the first argument if the piped input is coming from systemctl list-jobs Examples: diff --git a/docs/parsers/systemctl_ls.md b/docs/parsers/systemctl_ls.md index ed6cb3c2..a2dec92f 100644 --- a/docs/parsers/systemctl_ls.md +++ b/docs/parsers/systemctl_ls.md @@ -2,7 +2,7 @@ jc - JSON CLI output utility systemctl-ls Parser Usage: - specify --systemctl-luf as the first argument if the piped input is coming from systemctl list-sockets + specify --systemctl-ls as the first argument if the piped input is coming from systemctl list-sockets Examples: diff --git a/jc/parsers/systemctl_lj.py b/jc/parsers/systemctl_lj.py index 42393cdf..bd1450f9 100644 --- a/jc/parsers/systemctl_lj.py +++ b/jc/parsers/systemctl_lj.py @@ -1,7 +1,7 @@ """jc - JSON CLI output utility systemctl-lj Parser Usage: - specify --systemctl-luf as the first argument if the piped input is coming from systemctl list-jobs + specify --systemctl-lj as the first argument if the piped input is coming from systemctl list-jobs Examples: diff --git a/jc/parsers/systemctl_ls.py b/jc/parsers/systemctl_ls.py index f8b7c717..9c72b1bc 100644 --- a/jc/parsers/systemctl_ls.py +++ b/jc/parsers/systemctl_ls.py @@ -1,7 +1,7 @@ """jc - JSON CLI output utility systemctl-ls Parser Usage: - specify --systemctl-luf as the first argument if the piped input is coming from systemctl list-sockets + specify --systemctl-ls as the first argument if the piped input is coming from systemctl list-sockets Examples: