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

Tweak description, per discussion in #827

This commit is contained in:
Waldir Pimenta 2016-04-21 13:45:55 +01:00
parent b3fb312afc
commit d6b7e93d0d

View file

@ -10,6 +10,6 @@
`bzip2 -d {{path/to/compressed_file.bz2}}`
- Decompress to STDOUT:
- Decompress to console:
`bzip2 -dc {{path/to/compressed_file.bz2}}`