]> git.ipfire.org Git - pakfire.git/commitdiff
man: Document command line switches
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Dec 2021 18:27:33 +0000 (18:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 8 Dec 2021 18:27:33 +0000 (18:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
man/pakfire.txt

index f4de318ea0231ae3b5067c341d1f8576a3422a9f..5a13d28e57faf0c162c1bece268be2047531864f 100644 (file)
@@ -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