From 8fa3e413e08004311803fcffdda3bdb4cc8e9a83 Mon Sep 17 00:00:00 2001 From: Daniel Juarez Date: Thu, 10 Feb 2022 15:17:33 +0100 Subject: [PATCH] Remove trailing whitespaces --- docs/source/plugins.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/plugins.rst b/docs/source/plugins.rst index acff1bf9..8461ef34 100644 --- a/docs/source/plugins.rst +++ b/docs/source/plugins.rst @@ -323,10 +323,10 @@ Calling the build itself is a matter of simple CLI call: $ koji dud-build dud-build-tag --scmurl=git+https://my.git/image-descriptions#master myamazingdud 1 package1 package2 -The command options allows to bring all the package dependencies into the DUD -ISO with ``--alldeps``. ``--scmurl`` allows to include non-RPM related content +The command options allows to bring all the package dependencies into the DUD +ISO with ``--alldeps``. ``--scmurl`` allows to include non-RPM related content inside the produced ISO. Similarly to other image tasks, alternative architecture failures can be -ignored for successful build by ``--can-fail`` option. ``--arch`` can be used +ignored for successful build by ``--can-fail`` option. ``--arch`` can be used to limit build tag architectures.