tape: fix paramater name - s/slot/source-slot/
This commit is contained in:
parent
482c6e33dd
commit
b63f833d36
@ -877,7 +877,7 @@ fn main() {
|
|||||||
.insert(
|
.insert(
|
||||||
"load-media-from-slot",
|
"load-media-from-slot",
|
||||||
CliCommand::new(&API_METHOD_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)
|
.completion_cb("drive", complete_drive_name)
|
||||||
)
|
)
|
||||||
.insert(
|
.insert(
|
||||||
|
Loading…
Reference in New Issue
Block a user