tape: rename cli 'media media-destroy' toö 'media destroy'
This commit is contained in:
parent
fb657d8ee5
commit
e20d008c6a
@ -35,7 +35,7 @@ pub fn media_commands() -> CommandLineInterface {
|
||||
.completion_cb("pool", complete_pool_name)
|
||||
)
|
||||
.insert(
|
||||
"destroy-media",
|
||||
"destroy",
|
||||
CliCommand::new(&api2::tape::media::API_METHOD_DESTROY_MEDIA)
|
||||
.arg_param(&["changer-id"])
|
||||
.completion_cb("changer-id", complete_media_changer_id)
|
||||
|
Loading…
Reference in New Issue
Block a user