mirror of
https://github.com/rm-dr/daisy
synced 2025-04-04 04:18:02 -07:00
Help text typo
This commit is contained in:
parent
c477302c88
commit
a125e867c4
@ -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",
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user