passwd: add longform options (#13595)

This commit is contained in:
Managor
2024-09-04 19:11:19 +03:00
committed by GitHub
parent d626baf05d
commit a0fef34a12

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