From 0604d9dc3a638424cfcd278b1f5303a5393cf5d7 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 8 Jan 2024 08:55:37 +0100 Subject: [PATCH] doc(mkdwarfs): mention stdout in --output-file docs --- doc/mkdwarfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mkdwarfs.md b/doc/mkdwarfs.md index ece1bf26..56695c5d 100644 --- a/doc/mkdwarfs.md +++ b/doc/mkdwarfs.md @@ -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.