diff --git a/src/main.rs b/src/main.rs index ac69533..84f36b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -93,7 +93,7 @@ fn main() { } OptionsResult::InvalidOptions(error) => { - eprintln!("{}", error); + eprintln!("exa: {}", error); if let Some(s) = error.suggestion() { eprintln!("{}", s); diff --git a/xtests/help.toml b/xtests/help.toml index 39bba28..84b9609 100644 --- a/xtests/help.toml +++ b/xtests/help.toml @@ -4,4 +4,4 @@ shell = "exa --help" stdout = { file = "outputs/help.ansitxt" } stderr = { empty = true } status = 0 -tags = [ 'help '] +tags = [ 'help' ]