doc: be explicit about specifying multiple arguments

This commit is contained in:
Marcus Holland-Moritz 2024-04-27 15:28:09 +02:00
parent 5baa3e71d2
commit c6cc8c9f70
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ options:
be an integer value. Suffixes `ms`, `s`, `m`, `h` are supported. 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. 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. Enable performance monitoring for the list of `+`-separated components.
This option is only available if the project was built with performance This option is only available if the project was built with performance
monitoring enabled. Available components include `fuse`, `filesystem_v2`, monitoring enabled. Available components include `fuse`, `filesystem_v2`,

View File

@ -90,7 +90,7 @@ to disk:
Enable logging context regardless of level. By default, context is enabled Enable logging context regardless of level. By default, context is enabled
if the level is `verbose`, `debug` or `trace`. if the level is `verbose`, `debug` or `trace`.
- `--perfmon=`*name*: - `--perfmon=`*name*[`,`*name*...]:
Enable performance monitoring for the list of comma-separated components. Enable performance monitoring for the list of comma-separated components.
This option is only available if the project was built with performance This option is only available if the project was built with performance
monitoring enabled. Available components include `fuse`, `filesystem_v2`, monitoring enabled. Available components include `fuse`, `filesystem_v2`,