summaryrefslogtreecommitdiffstats
path: root/src/commands/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/util.rs')
-rw-r--r--src/commands/util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/util.rs b/src/commands/util.rs
index bfc4829..9334320 100644
--- a/src/commands/util.rs
+++ b/src/commands/util.rs
@@ -1,4 +1,4 @@
-use clap_v3::ArgMatches;
+use clap::ArgMatches;
pub fn getbool(m: &ArgMatches, name: &str, cmp: &str) -> bool {
// unwrap is safe here because clap is configured with default values