Skip to content

Commit

Permalink
doc: Add --destdir option to upgrade command manual
Browse files Browse the repository at this point in the history
This patch documents a new option added in commit
5b81b10 ("Added upgrade option").

Fixes: #603
  • Loading branch information
ppisar committed Jan 17, 2024
1 parent 02e1a01 commit 34adb62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/commands/upgrade.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ Options
``--allowerasing``
| Allow erasing of installed packages to resolve any potential dependency problems.
``--destdir=<path>``
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.
Expand Down

0 comments on commit 34adb62

Please sign in to comment.