summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2023-03-23 13:12:34 +0200
committerTimo Teräs <timo.teras@iki.fi>2023-04-11 20:55:13 +0300
commit4d8a920366143c38d5bc521470e353c11e788b04 (patch)
treecccb6d820a9bab4a0e57d030bef67c3576f36c95 /doc
parent6c2af0f0d3381f1a2d12105e310ae47e120f5d4d (diff)
downloadapk-tools-4d8a920366143c38d5bc521470e353c11e788b04.tar.gz
apk-tools-4d8a920366143c38d5bc521470e353c11e788b04.tar.bz2
apk-tools-4d8a920366143c38d5bc521470e353c11e788b04.tar.xz
apk-tools-4d8a920366143c38d5bc521470e353c11e788b04.zip
db, dot, fetch, info, list, search: support --from=FROMSPEC
Allow omitting loading of system installed database and system repositories for the commands that operate on package indexes only.
Diffstat (limited to 'doc')
-rw-r--r--doc/apk.8.scd13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd
index 23d091c..009f845 100644
--- a/doc/apk.8.scd
+++ b/doc/apk.8.scd
@@ -55,7 +55,7 @@ Each command is documented in detail on its manual page.
|[ *apk-index*(8)
:< Create repository index file from packages
| *apk-fetch*(8)
-: Download packages from global repositories to a local directory
+: Download packages from repositories to a local directory
| *apk-manifest*(8)
: Show checksums of package contents
| *apk-verify*(8)
@@ -205,6 +205,17 @@ The following options are available for all commands which commit the database.
force options to minimize failure, and disables commit hooks, among
other features.
+
+# SOURCE OPTIONS
+
+The following options are available for all commands which operate on the
+package indexes only.
+
+*--from* _FROMSPEC_
+ Search packages from: *system* (all system sources), *repositories*
+ (exclude installed database), *installed* (exclude normal repositories)
+ or *none* (commandline repositories only).
+
# NOTES
This apk has coffee making abilities.