Help text typo

newfloat
Mark 2023-08-21 13:24:28 -07:00
parent c477302c88
commit a125e867c4
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

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