1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 04:55:23 +02:00

Merge pull request #471 from Marza/patch-1

Fixed typo in gzip.md
This commit is contained in:
Igor Shubovych 2015-12-30 00:52:48 +02:00
commit 2c08e8c643

View file

@ -6,7 +6,7 @@
`gzip {{file.ext}}`
- decompress a file, replacing it with the original uncomrpessed version
- decompress a file, replacing it with the original uncompressed version
`gzip -d {{file.ext.gz}}`