fix: typo

This commit is contained in:
iff 2024-09-25 18:07:02 +02:00
parent e1586db6af
commit 4a233869bd

View file

@ -76,6 +76,6 @@ fn main() {
break; break;
} }
} }
eprintln!("{}: {}\n", t!("no-suggestions"), last_command.red()); eprintln!("{}: {}\n", t!("no-suggestion"), last_command.red());
eprintln!("{}", t!("contribute")); eprintln!("{}", t!("contribute"));
} }