]> git.proxmox.com Git - proxmox-offline-mirror.git/commitdiff
docs: offline-media: Use correct config subcommand
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Wed, 22 Nov 2023 09:49:40 +0000 (10:49 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 9 Jan 2024 08:12:19 +0000 (09:12 +0100)
There is no `config medium` subcommand.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
docs/offline-media.rst

index 31ddad50d39bf4ec938710d32191ba5eaf760538..4ad955e7da14715c7829bcc3849c1dd9e86b5bf4 100644 (file)
@@ -8,14 +8,14 @@ disk (for example a USB pen drive) or a local network share.
 Setting Up a Medium
 -------------------
 
-Either run the ``setup`` wizard again, or use the ``config medium add`` command.
+Either run the ``setup`` wizard again, or use the ``config media add`` command.
 For example, to define a new medium containing the
 `proxmox-ve-bookworm-no-subscription` and `debian-bookworm` mirrors, run the
 following command:
 
 .. code-block:: console
 
-  proxmox-offline-mirror config medium add \
+  proxmox-offline-mirror config media add \
    --id pve-bookworm \
    --mirrors proxmox-ve-bookworm-no-subscription \
    --mirrors debian-bookworm \