From fce49eab30e216a29c0dc79cc685eb7c746dd8d4 Mon Sep 17 00:00:00 2001 From: Markus Frank Date: Thu, 3 Feb 2022 12:57:26 +0100 Subject: [PATCH] fix #3856 hint parameter is not optional For the API the parameter --hint is not optional. This patch fixes the man page and cli command doesn't send an API call, if the parameter does not exist. Signed-off-by: Markus Frank --- src/bin/proxmox_tape/encryption_key.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/proxmox_tape/encryption_key.rs b/src/bin/proxmox_tape/encryption_key.rs index 3c2bade9..156295fd 100644 --- a/src/bin/proxmox_tape/encryption_key.rs +++ b/src/bin/proxmox_tape/encryption_key.rs @@ -145,7 +145,6 @@ fn show_key( }, hint: { schema: PASSWORD_HINT_SCHEMA, - optional: true, }, }, },