summaryrefslogtreecommitdiff
path: root/doc/apk-fix.8.scd
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-01-25 10:43:18 -0500
committerTimo Teräs <timo.teras@iki.fi>2020-01-26 09:03:21 +0200
commitee24da7d3607bad67d280b9c3b46a8a43b361e07 (patch)
tree44c2f173453c222a0eddcbe6bde26c2fb2d8b4e2 /doc/apk-fix.8.scd
parent03952ecc350e1effb5d7b1e22012da08e68cca2e (diff)
downloadapk-tools-ee24da7d3607bad67d280b9c3b46a8a43b361e07.tar.gz
apk-tools-ee24da7d3607bad67d280b9c3b46a8a43b361e07.tar.bz2
apk-tools-ee24da7d3607bad67d280b9c3b46a8a43b361e07.tar.xz
apk-tools-ee24da7d3607bad67d280b9c3b46a8a43b361e07.zip
man pages: consoldate commit options in apk(8)
Diffstat (limited to 'doc/apk-fix.8.scd')
-rw-r--r--doc/apk-fix.8.scd28
1 files changed, 2 insertions, 26 deletions
diff --git a/doc/apk-fix.8.scd b/doc/apk-fix.8.scd
index f1efce8..2354587 100644
--- a/doc/apk-fix.8.scd
+++ b/doc/apk-fix.8.scd
@@ -15,32 +15,8 @@ the specified packages, or all installed packages if none are specified.
# OPTIONS
-## COMMIT OPTIONS
-
-*apk fix* commits the database, and supports the same options as other commit
-operations.
-
-*-s, --simulate*
- Simulate the requested operation without making any changes.
-
-*--clean-protected*
- Do not create .apk-new files in configuration directories.
-
-*--overlay-from-stdin*
- Read list of overlay files from stdin.
-
-*--no-scripts*
- Do not execute any scripts.
-
-*--no-commit-hooks*
- Skip pre/post hook scripts (but not other scripts).
-
-*--initramfs-diskless-boot*
- Enables options for diskless initramfs boot (e.g. skip hooks).
-
-## FIX OPTIONS
-
-The following options affect the *fix* operation.
+*apk fix* supports the commit options described in *apk*(8), as well as the
+following options:
*-d, --depends*
Also fix dependencies of specified packages.