tape: fix paramater name - s/slot/source-slot/

This commit is contained in:
Dietmar Maurer 2021-01-07 15:39:25 +01:00
parent 482c6e33dd
commit b63f833d36

View File

@ -877,7 +877,7 @@ fn main() {
.insert(
"load-media-from-slot",
CliCommand::new(&API_METHOD_LOAD_MEDIA_FROM_SLOT)
.arg_param(&["slot"])
.arg_param(&["source-slot"])
.completion_cb("drive", complete_drive_name)
)
.insert(