Docs: Dashes instead of underscores in parameter names (#417)

Co-authored-by: Benjamin Forehand Jr <bforehand@mozilla.com>
This commit is contained in:
Jan-Erik Rediger 2022-06-03 00:31:20 +02:00 коммит произвёл GitHub
Родитель 31079b316e
Коммит 19540e2d33
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,7 @@ Copied here for your convenience. 📋
| `-v` | `--version` | | | Print the app's version number to the console |
| `-r` | `--test-run` | `BURNHAM_TEST_RUN` | `str` | ID of the current test run |
| `-n` | `--test-name` | `BURNHAM_TEST_NAME` | `str` | Name of the current test |
| `-a` | `--airflow_task_id` | `BURNHAM_AIRFLOW_TASK_ID` | `str` | ID of the Airflow task that runs the client |
| `-a` | `--airflow-task-id` | `BURNHAM_AIRFLOW_TASK_ID` | `str` | ID of the Airflow task that runs the client |
| `-p` | `--platform` | `BURNHAM_PLATFORM_URL` | `str` | Data Platform URL |
| `-s` | `--spore-drive` | `BURNHAM_SPORE_DRIVE` | `str` | Interface for the spore-drive technology. Accepted values: `["tardigrade", "tardigrade-dna"]` |
| `-t` | `--enable-telemetry` | `BURNHAM_TELEMETRY` | | Enable telemetry submission with Glean |