From fc69fdc33ef9995b5a9e1353b21d3110cd23cf99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Mat=C4=9Bj?= Date: Tue, 9 Jan 2024 14:34:35 +0100 Subject: [PATCH] Fix `--skip-unavailable` documentation --- doc/commands/distro-sync.8.rst | 2 +- doc/commands/downgrade.8.rst | 2 +- doc/commands/group.8.rst | 3 ++- doc/commands/install.8.rst | 2 +- doc/commands/mark.8.rst | 2 +- doc/commands/reinstall.8.rst | 2 +- doc/commands/upgrade.8.rst | 2 +- 7 files changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/commands/distro-sync.8.rst b/doc/commands/distro-sync.8.rst index 8343a2c9b6..bb90c57357 100644 --- a/doc/commands/distro-sync.8.rst +++ b/doc/commands/distro-sync.8.rst @@ -48,7 +48,7 @@ Options | Resolve any dependency problems by removing packages that are causing problems from the transaction. ``--skip-unavailable`` - | Allow skipping build dependencies not available in repositories. All available build dependencies will be installed. + | Allow skipping packages that are not possible to synchronize. All remainging packages will be synchronized. Examples diff --git a/doc/commands/downgrade.8.rst b/doc/commands/downgrade.8.rst index e37a918837..0b45ebc29a 100644 --- a/doc/commands/downgrade.8.rst +++ b/doc/commands/downgrade.8.rst @@ -46,7 +46,7 @@ Options | Resolve any dependency problems by removing packages that are causing problems from the transaction. ``--skip-unavailable`` - | Allow skipping build dependencies not available in repositories. All available build dependencies will be installed. + | Allow skipping packages that are not possible to downgrade. All remaining packages will be downgraded. Examples diff --git a/doc/commands/group.8.rst b/doc/commands/group.8.rst index f7b4dd7e90..05668b8b40 100644 --- a/doc/commands/group.8.rst +++ b/doc/commands/group.8.rst @@ -106,7 +106,8 @@ Options | Used with ``install`` command to resolve any dependency problems by removing packages that are causing problems from the transaction. ``--skip-unavailable`` - | Used with ``install`` and ``upgrade`` to allow skipping build dependencies not available in repositories. All available build dependencies will be installed. + | Used with ``install`` and ``upgrade`` to allow skipping packages that are not possible to install or upgrade. + | All remaining packages will be installed or upgraded. Examples diff --git a/doc/commands/install.8.rst b/doc/commands/install.8.rst index 69ac6245e7..cd61180dfe 100644 --- a/doc/commands/install.8.rst +++ b/doc/commands/install.8.rst @@ -46,7 +46,7 @@ Options | Resolve any dependency problems by removing packages that are causing problems from the transaction. ``--skip-unavailable`` - | Allow skipping build dependencies not available in repositories. All available build dependencies will be installed. + | Allow skipping packages that are not available in repositories. All available packages will be installed. ``--advisories=ADVISORY_NAME,...`` | Consider only content contained in advisories with specified name. diff --git a/doc/commands/mark.8.rst b/doc/commands/mark.8.rst index fc46076505..17c9dcb202 100644 --- a/doc/commands/mark.8.rst +++ b/doc/commands/mark.8.rst @@ -72,7 +72,7 @@ Options ======= ``--skip-unavailable`` - | Allow skipping build dependencies not available in repositories. All available build dependencies will be installed. + | Allow skipping packages that are not installed on the system. All remaining installed packages will be marked. Examples diff --git a/doc/commands/reinstall.8.rst b/doc/commands/reinstall.8.rst index 56d8d52490..cd37059fe0 100644 --- a/doc/commands/reinstall.8.rst +++ b/doc/commands/reinstall.8.rst @@ -45,7 +45,7 @@ Options | Resolve any dependency problems by removing packages that are causing problems from the transaction. ``--skip-unavailable`` - | Allow skipping build dependencies not available in repositories. All available build dependencies will be installed. + | Allow skipping packages that are not possible to reinstall. All remaining packages will be reinstalled. Examples diff --git a/doc/commands/upgrade.8.rst b/doc/commands/upgrade.8.rst index 977e548019..57127f9173 100644 --- a/doc/commands/upgrade.8.rst +++ b/doc/commands/upgrade.8.rst @@ -46,7 +46,7 @@ Options | Allow erasing of installed packages to resolve any potential dependency problems. ``--skip-unavailable`` - | Allow skipping build dependencies not available in repositories. All available build dependencies will be installed. + | Allow skipping packages that are not possible to upgrade. All remaining packages will be upgraded. ``--advisories=ADVISORY_NAME,...`` | Consider only content contained in advisories with specified name.