Update cheatsheets

This commit is contained in:
ivuorinen
2024-11-18 00:19:01 +00:00
parent 61ecbcc353
commit c79fa4e56c
4 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Create a squashfs filesystem from a tar archive.
> More information: <https://manned.org/sqfstar>.
- Create a squashfs filesystem (compressed using `gzip` by default) from an uncompressed tar archive:
- Create a squashfs filesystem (compressed using `gzip` by default) from an uncompressed tar archive:
`sqfstar {{filesystem.squashfs}} < {{archive.tar}}`