From 34adb62ff5242d34a96061386a87d3adf357b230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 17 Jan 2024 14:02:35 +0100 Subject: [PATCH] doc: Add --destdir option to upgrade command manual This patch documents a new option added in commit 5b81b10d20372c8f653843e66428d7eaeccd838e ("Added upgrade option"). Fixes: #603 --- doc/commands/upgrade.8.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/commands/upgrade.8.rst b/doc/commands/upgrade.8.rst index 57127f917..2b2425914 100644 --- a/doc/commands/upgrade.8.rst +++ b/doc/commands/upgrade.8.rst @@ -45,6 +45,9 @@ Options ``--allowerasing`` | Allow erasing of installed packages to resolve any potential dependency problems. +``--destdir=`` + Set directory used for downloading packages to. Default location is to the current working directory. + ``--skip-unavailable`` | Allow skipping packages that are not possible to upgrade. All remaining packages will be upgraded.