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:
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user