summaryrefslogtreecommitdiff
path: root/wpa-psk-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'wpa-psk-cli/Cargo.toml')
-rw-r--r--wpa-psk-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index 4e1309f..a59ee2b 100644
--- a/wpa-psk-cli/Cargo.toml
+++ b/wpa-psk-cli/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
publish = true
[dependencies]
-clap = { version = "4.2.7", features = ["derive", "wrap_help"] }
+clap = { version = "4.2.7", features = ["derive"] }
wpa-psk = { path = "../wpa-psk", version = "0.2.2" }
[target.'cfg(target_os = "openbsd")'.dependencies]
Generated by cgit. See skreutz.com for my tech blog and contact information.