diff --git a/pages.nl/common/xz.md b/pages.nl/common/xz.md index e5f3834b4b..51a415ad4d 100644 --- a/pages.nl/common/xz.md +++ b/pages.nl/common/xz.md @@ -13,11 +13,11 @@ - Comprimeer een bestand gebruik makend van lzma: -`xz --format={{lzma}} {{pad/naar/bestand}}` +`xz --format=lzma {{pad/naar/bestand}}` -- Decomprimer een lzm bestand: +- Decomprimer een lzma bestand: -`xz --decompress --format={{lzma}} {{pad/naar/bestand.lzma}}` +`xz --decompress --format=lzma {{pad/naar/bestand.lzma}}` - Decomprimer een bestand en schrijf het naar `stdout` (impliceert `--keep`): diff --git a/pages/common/xz.md b/pages/common/xz.md index c5b027597a..1ed5a10c27 100644 --- a/pages/common/xz.md +++ b/pages/common/xz.md @@ -13,11 +13,11 @@ - Compress a file using lzma: -`xz --format={{lzma}} {{path/to/file}}` +`xz --format=lzma {{path/to/file}}` - Decompress an lzma file: -`xz --decompress --format={{lzma}} {{path/to/file.lzma}}` +`xz --decompress --format=lzma {{path/to/file.lzma}}` - Decompress a file and write to `stdout` (implies `--keep`):