From 6f0a8c345d1cd6737f709b9f7fffd18895e682ed Mon Sep 17 00:00:00 2001 From: Maharshi Basu Date: Wed, 8 May 2024 14:53:00 +0530 Subject: doc: add manpage info for pkgctl, pkgctl-db(1) & pkgctl-build Changes made: - add description in doc/man/pkgctl.1.asciidoc - add description in doc/man/pkgctl-db(1).asciidoc - add manpage for pkgctl-db(1) in doc/man/pkgctl-db(1).asciidoc Fixes #231 Signed-off-by: Maharshi Basu --- doc/man/pkgctl-db.1.asciidoc | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 doc/man/pkgctl-db.1.asciidoc (limited to 'doc/man/pkgctl-db.1.asciidoc') diff --git a/doc/man/pkgctl-db.1.asciidoc b/doc/man/pkgctl-db.1.asciidoc new file mode 100644 index 0000000..d3296c6 --- /dev/null +++ b/doc/man/pkgctl-db.1.asciidoc @@ -0,0 +1,43 @@ +pkgctl-db(1) +============ + +NAME +---- +pkgctl-db - Pacman database modification utility for package updates, moves, and more. + +SYNOPSIS +-------- +pkgctl db [OPTIONS] [SUBCOMMAND] + +DESCRIPTION +----------- + +Managing the Pacman database and facilitate the modification of packages and their metadata +within the database + +OPTIONS +------- + +*-h, --help*:: + Display usage information and available options. + +Subcommands +----------- + +pkgctl db update:: + Update the binary repository as final release step + +pkgctl db move:: + Move packages between binary repositories + +pkgctl db remove:: + Remove packages from binary repositories + +SEE ALSO +-------- + +pkgctl-db-update(1) +pkgctl-db-move(1) +pkgctl-db-remove(1) + +include::include/footer.asciidoc[] -- cgit v1.2.3-70-g09d2