doc(mkdwarfs): mention stdout in --output-file docs

This commit is contained in:
Marcus Holland-Moritz 2024-01-08 08:55:37 +01:00
parent e4ffccc211
commit 0604d9dc3a

View File

@ -40,8 +40,8 @@ There are two mandatory options for specifying the input and output:
by similarity or access frequency), you must also pass `--order=none`.
This option implicitly enables both `--with-devices` and `--with-specials`.
- `-o`, `--output=`*file*:
File name of the output filesystem.
- `-o`, `--output=`*file*|`-`:
File name of the output filesystem or `-` to write the filesystem to stdout.
- `-f`, `--force`:
Force the output file to be overwritten if it already exists.