chore(docs): correct the manpage for pkgctl db move

So far the manpage for pkgctl db move seemed to be a copy of the pkgctl db update manpage
which caused an error upon install as the move page was not created.
Instead compiling this manpage overwrote the one for pkgctl db update
which this commit fixes.

Fixes: f834fc4700 ("db: command for Pacman database modification like update, move etc")
Fixes #195
Component: pkgctl db move
Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
Christian Heusel 2023-10-22 20:30:33 +02:00
parent e7b82f36ef
commit 5e3ab4b321
No known key found for this signature in database
GPG Key ID: C047D4F328B52585
1 changed files with 3 additions and 4 deletions

View File

@ -3,17 +3,16 @@ pkgctl-db-move(1)
Name
----
pkgctl-db-update - Update the binary repository as final release step
pkgctl-db-move - Move packages between binary repositories.
Synopsis
--------
pkgctl db update [OPTIONS]
pkgctl db move [OPTIONS] [SOURCE_REPO] [TARGET_REPO] [PKGBASE]...
Description
-----------
Update the pacman database as final release step for packages that
have been transfered and staged on 'repos.archlinux.org'.
Move packages between binary repositories i.e. from 'extra-testing' to 'extra'.
Options
-------