Fixup user-update using user_add not user_update
This commit is contained in:
parent
22ef6395b8
commit
3a0d9222d5
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ let user_add_cmd =
|
|||
|
||||
let user_update_cmd =
|
||||
let doc = "update a user password" in
|
||||
(Cmdliner.Term.(pure user_add $ setup_log $ dbpath $ password_iter $ username),
|
||||
(Cmdliner.Term.(pure user_update $ setup_log $ dbpath $ password_iter $ username),
|
||||
Cmdliner.Term.info ~doc "user-update")
|
||||
|
||||
let user_remove_cmd =
|
||||
|
|
Loading…
Reference in a new issue