Fix output of hurlfmt for version/help

This commit is contained in:
Fabrice Reix 2023-05-15 07:31:24 +02:00 committed by jcamiel
parent 62d85054d2
commit c6a3011a76
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -39,7 +39,7 @@ fn main() {
Ok(v) => v,
Err(e) => match e {
OptionsError::Info(message) => {
eprintln!("{message}");
print!("{message}");
process::exit(0);
}
OptionsError::Error(message) => {