Various fixes and improvements

This commit is contained in:
timvisee
2021-11-08 20:28:10 +01:00
parent 62422f2ef0
commit bf84d04cf6
4 changed files with 14 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ pub fn load(matches: &ArgMatches) -> Config {
if !path.is_file() {
quit_error_msg(
format!(
"Conig file does not exist: {}",
"Config file does not exist: {}",
path.to_str().unwrap_or("?")
),
ErrorHintsBuilder::default()