mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
passwd: remove invalid example (#5691)
passwd doesn't accept changing a password via specifying the password after the username in the command line, consider removing the example as it's misleading
This commit is contained in:
parent
d08f5ebefc
commit
8707d05925
1 changed files with 2 additions and 6 deletions
|
@ -6,13 +6,9 @@
|
|||
|
||||
`passwd`
|
||||
|
||||
- Change the password of the current user:
|
||||
- Change the password of a specific user:
|
||||
|
||||
`passwd {{new_password}}`
|
||||
|
||||
- Change the password of the specified user:
|
||||
|
||||
`passwd {{username}} {{new_password}}`
|
||||
`passwd {{username}}`
|
||||
|
||||
- Get the current status of the user:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue