Skip to content

Commit 06fd746

Browse files
committed
fix typo
1 parent e5ba8ce commit 06fd746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diesel_cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ fn run_infer_schema(matches: &ArgMatches) -> Result<(), Box<Error>> {
357357
}
358358

359359
if matches.is_present("blacklist") {
360-
eprintln!("The `whitelist` option has been deprecated and renamed to `except-tables`.");
360+
eprintln!("The `blacklist` option has been deprecated and renamed to `except-tables`.");
361361
}
362362

363363
if matches.is_present("only-tables") || matches.is_present("whitelist") {

0 commit comments

Comments
 (0)