summaryrefslogtreecommitdiffstats
path: root/sqv
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-19 11:36:47 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-19 12:19:58 +0100
commitd6559b74d0b20f214f418c962d472a55aa4ed1e9 (patch)
treece15d724fb9e0e678723dcc2cf9aa0ae22ea67dc /sqv
parent17fb5f0e37fa77c5e801fed6049422c2f99103a8 (diff)
sqv: Enable wrapping of help texts.
Diffstat (limited to 'sqv')
-rw-r--r--sqv/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/Cargo.toml b/sqv/Cargo.toml
index 08dee6d7..5f04c61f 100644
--- a/sqv/Cargo.toml
+++ b/sqv/Cargo.toml
@@ -24,7 +24,7 @@ maintenance = { status = "actively-developed" }
sequoia-openpgp = { path = "../openpgp", version = "1.0.0", default-features = false }
anyhow = "1.0.18"
chrono = "0.4.10"
-clap = "2.33"
+clap = { version = "2.33", features = ["wrap_help"] }
[build-dependencies]
clap = "2.33"