diff --git a/src/error.rs b/src/error.rs index 3352db2..97bfe0c 100644 --- a/src/error.rs +++ b/src/error.rs @@ -32,8 +32,8 @@ pub fn throw_error(error: ErrorType) -> Result<()> { "{}", match error { ErrorType::TooManyArgs => "Too many arguments", - ErrorType::SpecifySlot => "You need to specify a file", - ErrorType::SpecifyFile => "You need to specify a slot", + ErrorType::SpecifyFile => "You need to specify a file", + ErrorType::SpecifySlot => "You need to specify a slot", ErrorType::NoCurrentDirectory => "Vento was unable to detect your current directory. Have you configured your environment correctly?", } .red()