mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 15:26:04 +02:00
gzip: correct example description.
This commit is contained in:
parent
529961fc47
commit
15cf138e47
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue