]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Storage/PruneBackups.pm
prune_backups: fix message
[pve-storage.git] / PVE / API2 / Storage / PruneBackups.pm
index a84d1c8089b19d6435e86d3bd1d753c99357a990..2509a46ec2e8122a2d6bd96ae88ab422f20ac973 100644 (file)
@@ -16,9 +16,8 @@ __PACKAGE__->register_method ({
     name => 'dryrun',
     path => '',
     method => 'GET',
-    description => "Get prune information for backups. NOTE: this is only a preview and might not be exactly " .
-                  "what a subsequent prune call does, if the hour changes or if backups are removed/added " .
-                  "in the meantime.",
+    description => "Get prune information for backups. NOTE: this is only a preview and might not be " .
+                  "what a subsequent prune call does if backups are removed/added in the meantime.",
     permissions => {
        check => ['perm', '/storage/{storage}', ['Datastore.Audit', 'Datastore.AllocateSpace'], any => 1],
     },