Merge pull request #9815 from msanft/fix/genpolicy/flag-name

genpolicy: fix settings path flag name
This commit is contained in:
Wainer Moschetta 2024-06-17 15:13:25 -03:00 committed by GitHub
commit 68415dabcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ impl Settings {
debug!("settings = {:?}", &settings);
settings
} else {
panic!("Cannot open file {}. Please copy it to the current directory or specify the path to it using the -p parameter.",
panic!("Cannot open file {}. Please copy it to the current directory or specify the path to it using the -j parameter.",
json_settings_path);
}
}