mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
doc: be explicit about specifying multiple arguments
This commit is contained in:
parent
5baa3e71d2
commit
c6cc8c9f70
@ -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`,
|
||||
|
@ -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`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user