passwd: add longform options (#13595)

pull/28/head
Managor 2024-09-04 19:11:19 +03:00 committed by GitHub
parent d626baf05d
commit a0fef34a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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}}`