passwd: add base command (#3869)

Co-authored-by: Marco Bonelli <marco@mebeim.net>
This commit is contained in:
Ivan Aracki
2020-02-24 23:41:14 +01:00
committed by GitHub
parent 3d86411e79
commit eec1815b50

View File

@@ -2,6 +2,10 @@
> Passwd is a tool used to change a user's password.
- Change the password of the current user interactively:
`passwd`
- Change the password of the current user:
`passwd {{new_password}}`