diff options
author | Paul Spooren <mail@aparcar.org> | 2021-12-18 17:42:13 +0100 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-12-29 09:50:50 +0200 |
commit | f2a595913960a5a68806d4e32f1b849bfdce6933 (patch) | |
tree | e792233983fddbabf9e1b73f133542bcfb4e91f9 /doc | |
parent | 2da3f347d8851f6344ea6dba47676e488084debf (diff) | |
download | apk-tools-f2a595913960a5a68806d4e32f1b849bfdce6933.tar.gz apk-tools-f2a595913960a5a68806d4e32f1b849bfdce6933.tar.bz2 apk-tools-f2a595913960a5a68806d4e32f1b849bfdce6933.tar.xz apk-tools-f2a595913960a5a68806d4e32f1b849bfdce6933.zip |
apk: add --preserve-env option
This options is useful for (post)install scripts to run with the same
environment variables as apk is executed.
[TT: minor stylistic changes]
Signed-off-by: Paul Spooren <mail@aparcar.org>
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 2a096f7..7b104a5 100644 --- a/doc/apk.8.scd +++ b/doc/apk.8.scd @@ -150,6 +150,9 @@ The following options are available for all commands. *--no-progress* Disable progress bar even for TTYs. +*--preserve-env* + Pass user environment down to scripts. + *--print-arch* Print default arch and exit. |