tape: rename cli 'media media-destroy' toö 'media destroy'

This commit is contained in:
Dietmar Maurer 2020-12-14 09:30:32 +01:00
parent fb657d8ee5
commit e20d008c6a

View File

@ -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)