From c6cc8c9f709a0da751b7f43a914f3c8cff72087a Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 27 Apr 2024 15:28:09 +0200 Subject: [PATCH] doc: be explicit about specifying multiple arguments --- doc/dwarfs.md | 2 +- doc/dwarfsextract.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dwarfs.md b/doc/dwarfs.md index 1903273b..37f1bc20 100644 --- a/doc/dwarfs.md +++ b/doc/dwarfs.md @@ -153,7 +153,7 @@ options: be an integer value. Suffixes `ms`, `s`, `m`, `h` are supported. If no suffix is given, the value will be assumed to be in seconds. -- `-o perfmon=`*name*: +- `-o perfmon=`*name*[`+`*name*...]: Enable performance monitoring for the list of `+`-separated components. This option is only available if the project was built with performance monitoring enabled. Available components include `fuse`, `filesystem_v2`, diff --git a/doc/dwarfsextract.md b/doc/dwarfsextract.md index 7603d385..a0566946 100644 --- a/doc/dwarfsextract.md +++ b/doc/dwarfsextract.md @@ -90,7 +90,7 @@ to disk: Enable logging context regardless of level. By default, context is enabled if the level is `verbose`, `debug` or `trace`. -- `--perfmon=`*name*: +- `--perfmon=`*name*[`,`*name*...]: Enable performance monitoring for the list of comma-separated components. This option is only available if the project was built with performance monitoring enabled. Available components include `fuse`, `filesystem_v2`,