From 8ce5d7a9255de6f9c3874f0ff2cd50427bcded2d Mon Sep 17 00:00:00 2001 From: Evann DREUMONT <53308142+LeGmask@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:21:05 +0200 Subject: [PATCH] Typo on image import command --- userdocs/images/images.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userdocs/images/images.rst b/userdocs/images/images.rst index d2d3d09b..b599917b 100644 --- a/userdocs/images/images.rst +++ b/userdocs/images/images.rst @@ -97,7 +97,7 @@ They can be overwritten with ``--nohttps``, ``--username`` and ``--password``. .. code-block:: console - # wwctl import --username tux --password supersecret docker://ghcr.io/privatereg/rocky:8 + # wwctl image import --username tux --password supersecret docker://ghcr.io/privatereg/rocky:8 You can also set ``HTTP_PROXY``, ``HTTPS_PROXY``, and ``NO_PROXY`` (or their lower-case versions) to use a proxy during ``wwctl image import``.