From: Michael Tremer Date: Wed, 8 Dec 2021 18:27:33 +0000 (+0000) Subject: man: Document command line switches X-Git-Tag: 0.9.28~852 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf727397fcfec99eef3a90fef02519435362c64b;p=pakfire.git man: Document command line switches Signed-off-by: Michael Tremer --- diff --git a/man/pakfire.txt b/man/pakfire.txt index f4de318ea..5a13d28e5 100644 --- a/man/pakfire.txt +++ b/man/pakfire.txt @@ -12,10 +12,28 @@ pakfire - The package management system for IPFire == OPTIONS +--version:: + Prints the software version and exits. + +--config FILE:: +-c FILE:: + Load a custom configuration file. See pakfire-conf(5) for more details. + +--enable-repo REPO:: +--disable-repo REPO:: + Enables/disables a repository that is disabled/enabled in the configuration. + --offline:: - Enable offline mode + Enable offline mode. Pakfire will not try to refresh any repository information + or perform any file downloads. -TODO +--arch ARCH:: + Run Pakfire for a different architecture. This might run emulation which has + degraded performance. + +--root PATH:: + Run Pakfire in a different path. This is useful when you want to setup, debug, + or fix a different system. Can be used in combination with '--arch'. == COMMANDS