From 8ca00a63f70b9c508b685fbf073b2eeeb9e14566 Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Mon, 31 Aug 2020 10:48:02 +0200 Subject: [PATCH] prune-backups: improve command description This is shown in the man page, so it's not important to mention that this is a wrapper. Also mention the fact that the keep options from the storage configuration serve as a fallback, which was previously mentioned in the description of the (now removed) prune-backups parameter. Signed-off-by: Fabian Ebner --- PVE/CLI/pvesm.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index d7591ee..a2246cc 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -737,7 +737,8 @@ __PACKAGE__->register_method ({ name => 'prunebackups', path => 'prunebackups', method => 'GET', - description => "Prune backups. This is only a wrapper for the proper API endpoints.", + description => "Prune backups. Only those using the standard naming scheme are considered. " . + "If no keep options are specified, those from the storage configuration are used.", protected => 1, proxyto => 'node', parameters => {