From 9fe57eb08616e70344a80f40a5333e1946dc2ed8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 21 Oct 2019 03:11:56 -0400 Subject: improve usage information --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-54-g00ecf