From e20d008c6a65647d86007d95637bf6a7f7d5dfd4 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Mon, 14 Dec 2020 09:30:32 +0100 Subject: [PATCH] =?UTF-8?q?tape:=20rename=20cli=20'media=20media-destroy'?= =?UTF-8?q?=20to=C3=B6=20'media=20destroy'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/proxmox_tape/media.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/proxmox_tape/media.rs b/src/bin/proxmox_tape/media.rs index 66d4408f..51f69252 100644 --- a/src/bin/proxmox_tape/media.rs +++ b/src/bin/proxmox_tape/media.rs @@ -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)