projects/pwm
changeset 38:8b55f7b1c6b3
Fix help for ch command
author | Guido Berhoerster <guido+pwm@berhoerster.name> |
---|---|
date | Thu Aug 08 16:23:44 2019 +0200 (2019-08-08) |
parents | e027dd4409c7 |
children | 131c35592054 |
files | cmd.c |
line diff
1.1 --- a/cmd.c Thu Aug 08 10:31:06 2019 +0200 1.2 +++ b/cmd.c Thu Aug 08 16:23:44 2019 +0200 1.3 @@ -189,7 +189,7 @@ 1.4 cmd_creategroup }, 1.5 { "rg", "removegroup", "removegroup name", "Delete empty group", 1.6 cmd_removegroup }, 1.7 - { "ch", "changepassword", "changepassword", "Change password", 1.8 + { "ch", "changepassword [password]", "changepassword", "Change password", 1.9 cmd_changepassword }, 1.10 { "h", "help", "help [command]", "Show help text", cmd_help }, 1.11 { "w", "write", "write", "Write the database", cmd_write },