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:
parent
038fb23474
commit
125768b56a
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue