Help text typo

This commit is contained in:
2023-08-21 13:24:28 -07:00
parent c477302c88
commit a125e867c4

View File

@ -224,7 +224,7 @@ pub fn do_command(
if args.len() != 2 {
return FormattedText::new(
format!(
"[c]{first}[n] [t]takes exactly two arguments.[n]\n\n",
"[c]{first}[n] [t]takes exactly one argument.[n]\n\n",
)
);
}