build: Use "wrap_help" feature for clap

This prevents the output being wrapped at 120 characters and giving
strange results.

Fixes: #899

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-03-12 16:00:40 +00:00
parent 3957d1ee27
commit ee1ba56cfe
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ build = "build.rs"
[dependencies]
arc-swap = ">=0.4.4"
clap = "2.33.0"
clap = { version = "2.33.0", features=["wrap_help"] }
epoll = ">=4.0.1"
lazy_static = "1.4.0"
libc = "0.2.67"