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: 5e3ab4b321 ("chore(docs): correct the manpage for pkgctl db move")
Fixes: f834fc4700 ("db: command for Pacman database modification like update, move etc")
Fixes #195
Component: pkgctl db update
Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
Christian Heusel 2023-11-24 02:17:10 +01:00
parent b7984c6073
commit 7825f9fb02
No known key found for this signature in database
GPG Key ID: C047D4F328B52585
1 changed files with 5 additions and 4 deletions

View File

@ -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
-------