gzip: correct example description.

italian
marcan2020 2019-02-05 14:05:21 -05:00 committed by Marco Bonelli
parent 529961fc47
commit 15cf138e47
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
`gzip -c {{file.ext}} > {{compressed_file.ext.gz}}`
- Uncompress a gzipped file specifying the output filename:
- Decompress a gzipped file specifying the output filename:
`gzip -c -d {{file.ext}}.gz > {{uncompressed_file.ext}}`