Skip to content

Commit

Permalink
Added info about what id is for device config about YAML for CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsemwal committed Dec 12, 2024
1 parent 920d795 commit 79d6ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mio/cli/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def _common_options(fn: Callable) -> Callable:
"--device_config",
required=True,
help=(
"Either a config `id` or a path to device config YAML file for streamDaq "
"Either a config `id` or a path to device config YAML file for streamDaq. "
"This is currently the id located in the first line of the YAML config file "
"(see models.stream.StreamDevConfig). If path is relative, treated as "
"relative to the current directory, and then if no matching file is found, "
"relative to the user `config_dir` (see `mio config --help`)."
Expand Down

0 comments on commit 79d6ea3

Please sign in to comment.