Skip to content

Commit 49d2c1f

Browse files
committed
Fix passwd subcommand
Signed-off-by: replydev <[email protected]>
1 parent d3c3e1f commit 49d2c1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/args.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ fn get_matches() -> ArgMatches{
299299
)
300300
.subcommand(
301301
App::new("passwd")
302-
.setting(AppSettings::ArgRequiredElseHelp)
303302
.about("Change your database password")
304303
)
305304
.subcommand(

0 commit comments

Comments
 (0)