summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2023-04-12 09:43:22 +0300
committerTimo Teräs <timo.teras@iki.fi>2023-04-12 10:09:33 +0300
commitf184a4a2425a6c81548ae2ec9576472f44201fff (patch)
tree7f96473e35c5f5c852c81443648f33d3948d0330 /doc
parent20e30a3dc66c5e7289991705fbe88a4672b54936 (diff)
downloadapk-tools-f184a4a2425a6c81548ae2ec9576472f44201fff.tar.gz
apk-tools-f184a4a2425a6c81548ae2ec9576472f44201fff.tar.bz2
apk-tools-f184a4a2425a6c81548ae2ec9576472f44201fff.tar.xz
apk-tools-f184a4a2425a6c81548ae2ec9576472f44201fff.zip
index: implement --merge and --prune-origin
fixes #10886
Diffstat (limited to 'doc')
-rw-r--r--doc/apk-index.8.scd7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/apk-index.8.scd b/doc/apk-index.8.scd
index 82a6a48..bb54f65 100644
--- a/doc/apk-index.8.scd
+++ b/doc/apk-index.8.scd
@@ -23,9 +23,16 @@ will accept it. See *abuild-sign*(1) for details.
information based on the git commit SHA of aports HEAD at the time of
index generation.
+*--merge*
+ Merge _packages_ into the existing _INDEX_.
+
*-o, --output* _FILE_
Output generated index to _FILE_.
+*--prune-origin*
+ Prune packages from the existing _INDEX_ with same origin as any of
+ the new _packages_ during merge.
+
*-x, --index* _INDEX_
Read an existing index from _INDEX_ to speed up the creation of the new
index by reusing data when possible.