We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ba8ce commit 06fd746Copy full SHA for 06fd746
diesel_cli/src/main.rs
@@ -357,7 +357,7 @@ fn run_infer_schema(matches: &ArgMatches) -> Result<(), Box<Error>> {
357
}
358
359
if matches.is_present("blacklist") {
360
- eprintln!("The `whitelist` option has been deprecated and renamed to `except-tables`.");
+ eprintln!("The `blacklist` option has been deprecated and renamed to `except-tables`.");
361
362
363
if matches.is_present("only-tables") || matches.is_present("whitelist") {
0 commit comments