aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/rbw/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/rbw/main.rs')
-rw-r--r--src/bin/rbw/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/rbw/main.rs b/src/bin/rbw/main.rs
index 561d20b..96eaad0 100644
--- a/src/bin/rbw/main.rs
+++ b/src/bin/rbw/main.rs
@@ -85,7 +85,7 @@ enum Opt {
If given a password entry name, also save the generated \
password to the database.",
visible_alias = "gen",
- group = clap::ArgGroup::with_name("password-type").args(&[
+ group = structopt::clap::ArgGroup::with_name("password-type").args(&[
"no-symbols",
"only-numbers",
"nonconfusables",