[pve-devel] [PATCH proxmox-offline-mirror] docs: fix command arguments for syncing a medium

Daniel Kral d.kral at proxmox.com
Mon Aug 26 17:11:07 CEST 2024


Fixes a minor error in the documentation about syncing a medium, where
the id for a medium is falsely provided with a `--id <id>` argument.

Signed-off-by: Daniel Kral <d.kral at proxmox.com>
---
 docs/offline-media.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/offline-media.rst b/docs/offline-media.rst
index 4ad955e..f080581 100644
--- a/docs/offline-media.rst
+++ b/docs/offline-media.rst
@@ -32,7 +32,7 @@ To sync the local mirrors to a medium, the following command can be used:
 
 .. code-block:: console
 
-  proxmox-offline-mirror medium sync --id pve-bookworm
+  proxmox-offline-mirror medium sync pve-bookworm
 
 This command will sync all mirrors linked with this medium to the medium's mount point.
 Additionally, it will sync all offline keys for further processing by
-- 
2.39.2





More information about the pve-devel mailing list