diff --git a/mio/cli/stream.py b/mio/cli/stream.py index a0f07a6..73f8742 100644 --- a/mio/cli/stream.py +++ b/mio/cli/stream.py @@ -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`)."