mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-24 00:54:17 +02:00
Fix typo in error message for flag_seed_config (#91)
This commit is contained in:
parent
74c37193e3
commit
94c0e99693
1 changed files with 2 additions and 2 deletions
|
|
@ -234,7 +234,7 @@ fn main() {
|
|||
process::exit(0);
|
||||
}
|
||||
|
||||
// Determine the usage of styles
|
||||
// Determine the usage of styles
|
||||
#[cfg(target_os = "windows")]
|
||||
let enable_styles = ansi_term::enable_ansi_support().is_ok();
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
|
|
@ -314,7 +314,7 @@ fn main() {
|
|||
process::exit(1);
|
||||
}
|
||||
Err(_) => {
|
||||
eprintln!("Unkown error");
|
||||
eprintln!("Unknown error");
|
||||
process::exit(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue