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-03-23 13:13:49 +0200
commitd5ff6c96e41210f5a88ba48d85513751e36868f4 (patch)
treeb1dfb01114e4767b8866a69daeb0c2e20cc6e1ea /doc
parent27291bd5fcd6e069551f82865ec3fc3de69a4239 (diff)
downloadapk-tools-d5ff6c96e41210f5a88ba48d85513751e36868f4.tar.gz
apk-tools-d5ff6c96e41210f5a88ba48d85513751e36868f4.tar.bz2
apk-tools-d5ff6c96e41210f5a88ba48d85513751e36868f4.tar.xz
apk-tools-d5ff6c96e41210f5a88ba48d85513751e36868f4.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 edaa031..e8bb966 100644
--- a/doc/apk.8.scd
+++ b/doc/apk.8.scd
@@ -57,7 +57,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)
@@ -215,6 +215,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.