Skip to content

Commit

Permalink
Fix passwd subcommand
Browse files Browse the repository at this point in the history
Signed-off-by: replydev <commoncargo@tutanota.com>
  • Loading branch information
replydev committed Jan 30, 2022
1 parent d3c3e1f commit 49d2c1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ fn get_matches() -> ArgMatches{
)
.subcommand(
App::new("passwd")
.setting(AppSettings::ArgRequiredElseHelp)
.about("Change your database password")
)
.subcommand(
Expand Down

0 comments on commit 49d2c1f

Please sign in to comment.