From a230cdbd214fff19c25bec335d02969b8003ad98 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 12 May 2022 10:47:14 -0700 Subject: [PATCH] fix chage docs --- docs/parsers/chage.md | 4 ++-- jc/parsers/chage.py | 4 ++-- man/jc.1 | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/parsers/chage.md b/docs/parsers/chage.md index 6b1c4f73..8716b576 100644 --- a/docs/parsers/chage.md +++ b/docs/parsers/chage.md @@ -34,7 +34,7 @@ Schema: Examples: - $ chage | jc --chage -p + $ chage --list joeuser | jc --chage -p { "password_last_changed": "never", "password_expires": "never", @@ -45,7 +45,7 @@ Examples: "warning_days_before_password_expires": 7 } - $ chage | jc --chage -p -r + $ chage --list joeuser | jc --chage -p -r { "password_last_changed": "never", "password_expires": "never", diff --git a/jc/parsers/chage.py b/jc/parsers/chage.py index 0518f956..d23844f9 100644 --- a/jc/parsers/chage.py +++ b/jc/parsers/chage.py @@ -29,7 +29,7 @@ Schema: Examples: - $ chage | jc --chage -p + $ chage --list joeuser | jc --chage -p { "password_last_changed": "never", "password_expires": "never", @@ -40,7 +40,7 @@ Examples: "warning_days_before_password_expires": 7 } - $ chage | jc --chage -p -r + $ chage --list joeuser | jc --chage -p -r { "password_last_changed": "never", "password_expires": "never", diff --git a/man/jc.1 b/man/jc.1 index ec3aa35a..ae4ad882 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-05-11 1.19.0 "JSON Convert" +.TH jc 1 2022-05-12 1.19.0 "JSON Convert" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS