diff options
author | Timo Teräs <timo.teras@iki.fi> | 2023-04-11 20:34:15 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2023-04-11 21:02:04 +0300 |
commit | d7650fc5e5a0119879d536b2c3c99ce85befd221 (patch) | |
tree | 3c3c60bc554dfec3a72b07438840911c51a13556 /doc | |
parent | 67c0583a5e18c27880e2785536be3e66ff1c4bdd (diff) | |
download | apk-tools-d7650fc5e5a0119879d536b2c3c99ce85befd221.tar.gz apk-tools-d7650fc5e5a0119879d536b2c3c99ce85befd221.tar.bz2 apk-tools-d7650fc5e5a0119879d536b2c3c99ce85befd221.tar.xz apk-tools-d7650fc5e5a0119879d536b2c3c99ce85befd221.zip |
apk: add --force-missing-repositoriestt-stable-wip
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apk.8.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd index 2b31b64..aa4b60c 100644 --- a/doc/apk.8.scd +++ b/doc/apk.8.scd @@ -120,6 +120,9 @@ The following options are available for all commands. *--force-broken-world* Continue even if _world_ cannot be satisfied. +*--force-missing-repositories* + Continue even if some of the repository indexes are not available. + *--force-non-repository* Continue even if packages may be lost on reboot. This can happen when running in run-from-tmpfs mode, and installing non-repository package. |