diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-01-25 10:43:18 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2020-01-26 09:03:21 +0200 |
commit | ee24da7d3607bad67d280b9c3b46a8a43b361e07 (patch) | |
tree | 44c2f173453c222a0eddcbe6bde26c2fb2d8b4e2 /doc/apk.8.scd | |
parent | 03952ecc350e1effb5d7b1e22012da08e68cca2e (diff) | |
download | apk-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.8.scd')
-rw-r--r-- | doc/apk.8.scd | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/apk.8.scd b/doc/apk.8.scd index 2ec3b80..8280ab9 100644 --- a/doc/apk.8.scd +++ b/doc/apk.8.scd @@ -157,6 +157,28 @@ The following options are available for all commands. Wait for TIME seconds to get an exclusive repository lock before failing. +# COMMIT OPTIONS + +The following options are available for all commands which commit the database. + +*-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). + # NOTES This apk has coffee making abilities. |