]> git.proxmox.com Git - proxmox-backup.git/commitdiff
file restore: list api: fix description of "path"
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 09:21:07 +0000 (10:21 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 11 Nov 2022 09:21:49 +0000 (10:21 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-file-restore/src/main.rs

index 13bf66a5e05a6fe11a84047cdcbdf4404c9906c4..2f941e5aa9eab02d675170d0c401c3f98f0f0fd8 100644 (file)
@@ -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": {