changeset 38:8b55f7b1c6b3

Fix help for ch command
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Thu, 08 Aug 2019 16:23:44 +0200
parents e027dd4409c7
children 131c35592054
files cmd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cmd.c	Thu Aug 08 10:31:06 2019 +0200
+++ b/cmd.c	Thu Aug 08 16:23:44 2019 +0200
@@ -189,7 +189,7 @@
     cmd_creategroup },
     { "rg", "removegroup", "removegroup name", "Delete empty group",
     cmd_removegroup },
-    { "ch", "changepassword", "changepassword", "Change password",
+    { "ch", "changepassword [password]", "changepassword", "Change password",
     cmd_changepassword },
     { "h", "help", "help [command]", "Show help text", cmd_help },
     { "w", "write", "write", "Write the database", cmd_write },