Typo in afc help message

This commit is contained in:
Jackson Coxson
2025-05-09 13:42:49 -06:00
parent dd5bbeff18
commit 4b29eefc36

View File

@@ -46,7 +46,7 @@ async fn main() {
)
.subcommand(
Command::new("download")
.about("Creates a directory")
.about("Downloads a file")
.arg(Arg::new("path").required(true).index(1))
.arg(Arg::new("save").required(true).index(2)),
)