Skip to content

Commit 45df62c

Browse files
author
bors-servo
authored
Auto merge of rust-lang#1214 - kornelski:master, r=emilio
Correct type for --whitelist-type doc
2 parents d5014a1 + 67999ae commit 45df62c

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)