diff options
author | Christian Heusel <christian@heusel.eu> | 2023-11-24 02:17:10 +0100 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2023-11-24 02:17:10 +0100 |
commit | 7825f9fb02c8d9c98c1801350f834df98e3a677c (patch) | |
tree | d9b6392c46d6a50f378caf0b0cf05de69b1deba0 /doc | |
parent | b7984c6073f07d06896dc5cfbe38cbbd563b078f (diff) | |
download | devtools-7825f9fb02c8d9c98c1801350f834df98e3a677c.tar.xz |
chore(docs): correct the manpage for pkgctl db update
Turns out the manpages of pkgctl db update and pkgctl db move were just switched without having the page title adjusted.
Fixing the initial error therefore turned out to create the same problem for the manpage of pkgctl db update, which this commit re-fixes.
Fixes: 5e3ab4b321072b576ba0e5d8722c39f7a7768911 ("chore(docs): correct the manpage for pkgctl db move")
Fixes: f834fc4700053cb9a83956c98835b0a158cc054c ("db: command for Pacman database modification like update, move etc")
Fixes #195
Component: pkgctl db update
Signed-off-by: Christian Heusel <christian@heusel.eu>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pkgctl-db-update.1.asciidoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/man/pkgctl-db-update.1.asciidoc b/doc/man/pkgctl-db-update.1.asciidoc index fa7205e..ce73c01 100644 --- a/doc/man/pkgctl-db-update.1.asciidoc +++ b/doc/man/pkgctl-db-update.1.asciidoc @@ -1,18 +1,19 @@ -pkgctl-db-move(1) +pkgctl-db-update(1) ================= Name ---- -pkgctl-db-move - Move packages between binary repositories +pkgctl-db-update - Update the binary repository as final release step Synopsis -------- -pkgctl db move [OPTIONS] [SOURCE_REPO] [TARGET_REPO] [PKGBASE]... +pkgctl db update [OPTIONS] Description ----------- -Move packages between pacman repositories. +Update the pacman database as final release step for packages that +have been transfered and staged on 'repos.archlinux.org'. Options ------- |