mirror of https://github.com/CrimsonTome/tldr.git
passwd: add longform options (#13595)
parent
d626baf05d
commit
a0fef34a12
|
@ -13,8 +13,8 @@
|
|||
|
||||
- Get the current status of the user:
|
||||
|
||||
`passwd -S`
|
||||
`passwd {{-S|--status}}`
|
||||
|
||||
- Make the password of the account blank (it will set the named account passwordless):
|
||||
|
||||
`passwd -d`
|
||||
`passwd {{-d|--delete}}`
|
||||
|
|
Loading…
Reference in New Issue