mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 00:02:01 +00:00
Merge pull request #9815 from msanft/fix/genpolicy/flag-name
genpolicy: fix settings path flag name
This commit is contained in:
commit
68415dabcd
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user