1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 10:17:58 +01:00

Fixed typo in gzip.md

This commit is contained in:
Tony Marjakangas 2015-12-29 21:31:19 +01:00
parent 038fb23474
commit 125768b56a

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}}`