summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2021-10-26 10:08:59 -0700
committerMark Adler <madler@alumni.caltech.edu>2021-10-26 10:08:59 -0700
commit6df395cfb32ebdbe33009a94e3ff2ce98073a5a4 (patch)
tree83f00d1100f8702651d8638efae41a5d208b0d72
parent90198bc486fe044c222b51c3e37d8b6a91951a89 (diff)
downloadpigz-6df395cfb32ebdbe33009a94e3ff2ce98073a5a4.tar.gz
Add documentation for environment variables.
-rw-r--r--pigz.14
-rw-r--r--pigz.pdfbin11084 -> 11246 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/pigz.1 b/pigz.1
index c6a4950..a2f700b 100644
--- a/pigz.1
+++ b/pigz.1
@@ -97,7 +97,9 @@ or
.PP
All options on the command line are processed before any names are processed.
If no names are provided on the command line, or if "-" is given as a name (but
-not after "--"), then the input is taken from stdin.
+not after "--"), then the input is taken from stdin. If the GZIP or PIGZ
+environment variables are set, then options are taken from their values before
+any command line options are processed, first from GZIP, then from PIGZ.
.PP
Compressed files can be restored to their original form using
.I pigz -d
diff --git a/pigz.pdf b/pigz.pdf
index d44da23..cdb11c7 100644
--- a/pigz.pdf
+++ b/pigz.pdf
Binary files differ