From a43a796c6436ec54c47b7c1a758335692125f534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20J=C3=A4ger?= Date: Tue, 2 Jun 2020 11:56:49 +0200 Subject: [PATCH] doc: Clarify that pvesm export is mostly internal --- PVE/CLI/pvesm.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/CLI/pvesm.pm b/PVE/CLI/pvesm.pm index 30bdcf6..8c86714 100755 --- a/PVE/CLI/pvesm.pm +++ b/PVE/CLI/pvesm.pm @@ -204,7 +204,7 @@ __PACKAGE__->register_method ({ name => 'export', path => 'export', method => 'GET', - description => "Export a volume.", + description => "Used internally to export a volume.", protected => 1, parameters => { additionalProperties => 0, @@ -279,7 +279,7 @@ __PACKAGE__->register_method ({ name => 'import', path => 'import', method => 'PUT', - description => "Import a volume.", + description => "Used internally to import a volume.", protected => 1, parameters => { additionalProperties => 0,