mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Typo in afc help message
This commit is contained in:
@@ -46,7 +46,7 @@ async fn main() {
|
|||||||
)
|
)
|
||||||
.subcommand(
|
.subcommand(
|
||||||
Command::new("download")
|
Command::new("download")
|
||||||
.about("Creates a directory")
|
.about("Downloads a file")
|
||||||
.arg(Arg::new("path").required(true).index(1))
|
.arg(Arg::new("path").required(true).index(1))
|
||||||
.arg(Arg::new("save").required(true).index(2)),
|
.arg(Arg::new("save").required(true).index(2)),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user