Skip to content

Commit 67999ae

Browse files
committed
Correct type for --whitelist-type doc
1 parent d5014a1 commit 67999ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/options.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ where
237237
.help("Generate inline functions."),
238238
Arg::with_name("whitelist-type")
239239
.long("whitelist-type")
240-
.help("Whitelist the type. Other non-whitelisted types will \
240+
.help("Only generate types matching <regex>. Other non-whitelisted types will \
241241
not be generated.")
242-
.value_name("type")
242+
.value_name("regex")
243243
.takes_value(true)
244244
.multiple(true)
245245
.number_of_values(1),

0 commit comments

Comments
 (0)