Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heusel <christian@heusel.eu>2023-10-22 20:30:33 +0200
committerChristian Heusel <christian@heusel.eu>2023-11-20 15:10:41 +0100
commit5e3ab4b321072b576ba0e5d8722c39f7a7768911 (patch)
tree968a8ba49f81bb521ba95df2c0d39265f86f5673
parente7b82f36ef586127453e8c68660e0ef7826d0127 (diff)
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: f834fc4700053cb9a83956c98835b0a158cc054c ("db: command for Pacman database modification like update, move etc") Fixes #195 Component: pkgctl db move Signed-off-by: Christian Heusel <christian@heusel.eu>
-rw-r--r--doc/man/pkgctl-db-move.1.asciidoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/man/pkgctl-db-move.1.asciidoc b/doc/man/pkgctl-db-move.1.asciidoc
index 1ee02f8..5c3b427 100644
--- a/doc/man/pkgctl-db-move.1.asciidoc
+++ b/doc/man/pkgctl-db-move.1.asciidoc
@@ -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
-------