1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

fix chage docs

This commit is contained in:
Kelly Brazil
2022-05-12 10:47:14 -07:00
parent 251a261679
commit a230cdbd21
3 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ Schema:
Examples: Examples:
$ chage | jc --chage -p $ chage --list joeuser | jc --chage -p
{ {
"password_last_changed": "never", "password_last_changed": "never",
"password_expires": "never", "password_expires": "never",
@ -45,7 +45,7 @@ Examples:
"warning_days_before_password_expires": 7 "warning_days_before_password_expires": 7
} }
$ chage | jc --chage -p -r $ chage --list joeuser | jc --chage -p -r
{ {
"password_last_changed": "never", "password_last_changed": "never",
"password_expires": "never", "password_expires": "never",

View File

@ -29,7 +29,7 @@ Schema:
Examples: Examples:
$ chage | jc --chage -p $ chage --list joeuser | jc --chage -p
{ {
"password_last_changed": "never", "password_last_changed": "never",
"password_expires": "never", "password_expires": "never",
@ -40,7 +40,7 @@ Examples:
"warning_days_before_password_expires": 7 "warning_days_before_password_expires": 7
} }
$ chage | jc --chage -p -r $ chage --list joeuser | jc --chage -p -r
{ {
"password_last_changed": "never", "password_last_changed": "never",
"password_expires": "never", "password_expires": "never",

View File

@ -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 .SH NAME
jc \- JSONifies the output of many CLI tools and file-types jc \- JSONifies the output of many CLI tools and file-types
.SH SYNOPSIS .SH SYNOPSIS