summaryrefslogtreecommitdiff
path: root/Doc/library/gzip.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2018-11-05 17:47:27 +0200
committerGitHub <noreply@github.com>2018-11-05 17:47:27 +0200
commit083a7a172b8c8888252d72031f21dcfea3c0d73f (patch)
treed3091a0edbdcba20c53555c5359117713c658114 /Doc/library/gzip.rst
parent34fd4c20198dea6ab2fe8dc6d32d744d9bde868d (diff)
downloadcpython-git-083a7a172b8c8888252d72031f21dcfea3c0d73f.tar.gz
bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332)
Diffstat (limited to 'Doc/library/gzip.rst')
-rw-r--r--Doc/library/gzip.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst
index a93f377438..a57307b0e4 100644
--- a/Doc/library/gzip.rst
+++ b/Doc/library/gzip.rst
@@ -211,6 +211,9 @@ Example of how to GZIP compress a binary string::
The basic data compression module needed to support the :program:`gzip` file
format.
+
+.. program:: gzip
+
Command Line Interface
----------------------