commit | 083a7a172b8c8888252d72031f21dcfea3c0d73f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Nov 05 17:47:27 2018 +0200 |
committer | GitHub <noreply@github.com> | Mon Nov 05 17:47:27 2018 +0200 |
tree | d3091a0edbdcba20c53555c5359117713c658114 | |
parent | 34fd4c20198dea6ab2fe8dc6d32d744d9bde868d [diff] [blame] |
bpo-35167: Specify program for gzip and json.tool command line options. (GH-10332)
diff --git a/Doc/library/gzip.rst b/Doc/library/gzip.rst index a93f377..a57307b 100644 --- a/Doc/library/gzip.rst +++ b/Doc/library/gzip.rst
@@ -211,6 +211,9 @@ The basic data compression module needed to support the :program:`gzip` file format. + +.. program:: gzip + Command Line Interface ----------------------