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 <f.ebner@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
a0933d7e16
commit
8ca00a63f7
@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user