From 67999aee9c2fe4c7041160eac00dbef7f50237f3 Mon Sep 17 00:00:00 2001 From: Kornel Date: Fri, 5 Jan 2018 21:23:41 +0000 Subject: Correct type for --whitelist-type doc --- src/options.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.rs b/src/options.rs index 10c31234..c35aa276 100644 --- a/src/options.rs +++ b/src/options.rs @@ -237,9 +237,9 @@ where .help("Generate inline functions."), Arg::with_name("whitelist-type") .long("whitelist-type") - .help("Whitelist the type. Other non-whitelisted types will \ + .help("Only generate types matching . Other non-whitelisted types will \ not be generated.") - .value_name("type") + .value_name("regex") .takes_value(true) .multiple(true) .number_of_values(1), -- cgit v1.2.3