From c190a32cb1d6ab150ffd0ed497dad3674c62a029 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 11 Nov 2022 10:21:07 +0100 Subject: [PATCH] file restore: list api: fix description of "path" Signed-off-by: Thomas Lamprecht --- proxmox-file-restore/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-file-restore/src/main.rs b/proxmox-file-restore/src/main.rs index 13bf66a5..2f941e5a 100644 --- a/proxmox-file-restore/src/main.rs +++ b/proxmox-file-restore/src/main.rs @@ -191,7 +191,7 @@ async fn list_files( description: "Group/Snapshot path.", }, "path": { - description: "Path to restore. Directories will be restored as .zip files.", + description: "(Sub-)Path to list.", type: String, }, "base64": {