mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
mkinitfs: fix typo (#16117)
This commit is contained in:
parent
5f72f9623d
commit
fe2753c9c5
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- Compress the initramfs using the specified compression algorithm (default: gzip):
|
- Compress the initramfs using the specified compression algorithm (default: gzip):
|
||||||
|
|
||||||
`mkinitfs -c {{gzip|xz|zstd|lz4|none}}`
|
`mkinitfs -C {{gzip|xz|zstd|lz4|none}}`
|
||||||
|
|
||||||
- List files that will be included in the initramfs image:
|
- List files that will be included in the initramfs image:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue