diff options
author | Timo Teräs <timo.teras@iki.fi> | 2022-05-02 10:58:29 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2022-05-04 19:56:04 +0300 |
commit | ff7c8f6ee9dfa2add57b88dc271f6711030e72a0 (patch) | |
tree | b2f6adf4fa33a27ddf60db411662efd2e8cdea89 /doc | |
parent | f8cf7a0a0dfd6e84741d1bf28e575690cd376356 (diff) | |
download | apk-tools-ff7c8f6ee9dfa2add57b88dc271f6711030e72a0.tar.gz apk-tools-ff7c8f6ee9dfa2add57b88dc271f6711030e72a0.tar.bz2 apk-tools-ff7c8f6ee9dfa2add57b88dc271f6711030e72a0.tar.xz apk-tools-ff7c8f6ee9dfa2add57b88dc271f6711030e72a0.zip |
fetch: implement --world
fixes #10838
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apk-fetch.8.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apk-fetch.8.scd b/doc/apk-fetch.8.scd index fa39241..dd86ce4 100644 --- a/doc/apk-fetch.8.scd +++ b/doc/apk-fetch.8.scd @@ -32,6 +32,9 @@ specified. *Note*: this option is incompatible with *-o*, *-R*, and the global *--progress* option. +*-w, --world* + Download packages needed to satisfy _world_. Implies *--recursive*. + *--simulate* Simulate the requested operation without making any changes. |