From d681cbf93a42a4bb3cc646661031eb44c5e3d56a 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 8343a2c9b..0b508eecc 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 remaining packages will be synchronized. Examples diff --git a/doc/commands/downgrade.8.rst b/doc/commands/downgrade.8.rst index e37a91883..0b45ebc29 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 f7b4dd7e9..05668b8b4 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 69ac6245e..cd61180df 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 fc4607650..17c9dcb20 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 56d8d5249..cd37059fe 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 977e54801..57127f917 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.