summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-contact/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-04-13 16:19:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-04-13 16:19:10 +0200
commitaeec10bf769b458e3352003fb0cffe904d61ba91 (patch)
tree644152ae6065b5923638e94a2d90f32c57cc2415 /bin/domain/imag-contact/Cargo.toml
parentb59c234588c2fdd3f8e3d4fb91a145a277db8598 (diff)
Use clap with wrap_help feature
Diffstat (limited to 'bin/domain/imag-contact/Cargo.toml')
-rw-r--r--bin/domain/imag-contact/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml
index d330235e..fe9d4b16 100644
--- a/bin/domain/imag-contact/Cargo.toml
+++ b/bin/domain/imag-contact/Cargo.toml
@@ -48,5 +48,5 @@ features = ["deser"]
[dependencies.clap]
version = "^2.29"
default-features = false
-features = ["color", "suggestions"]
+features = ["color", "suggestions", "wrap_help"]