aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-21 03:11:56 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-21 03:11:56 -0400
commit9fe57eb08616e70344a80f40a5333e1946dc2ed8 (patch)
treea7263b86b365a7a8425ff20969987b52dc20c64a /Cargo.toml
parent5b24e8972b1749f05907441ca2dbbcb72188dcfa (diff)
downloadteleterm-9fe57eb08616e70344a80f40a5333e1946dc2ed8.tar.gz
teleterm-9fe57eb08616e70344a80f40a5333e1946dc2ed8.zip
improve usage information
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b04deea..b539e88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@ license = "MIT"
[dependencies]
bytes = "0.4"
-clap = "2"
+clap = { version = "2", features = ["wrap_help"] }
config = "0.9"
crossterm = "0.11"
directories = "2"