mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 14:55:25 +02:00
passwd: add longform options (#13595)
This commit is contained in:
parent
d626baf05d
commit
a0fef34a12
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue