From c2fd3a843008078eb81bcc68939d13abba3770ff Mon Sep 17 00:00:00 2001 From: Julian Howes Date: Mon, 2 Dec 2024 09:05:46 +0100 Subject: [PATCH] Fix typo in options reference for option '--config' --- www/docs/example_config.md | 2 +- www/docs/options.md | 2 +- www/docs/web/config.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/docs/example_config.md b/www/docs/example_config.md index 77371d96..5369408a 100644 --- a/www/docs/example_config.md +++ b/www/docs/example_config.md @@ -3,7 +3,7 @@ id: example_config title: Configuration Files --- -All the call options can be specified in JSON or TOML config files and used as input via the `-config` option. +All the call options can be specified in JSON or TOML config files and used as input via the `--config` option. An example JSON config file: diff --git a/www/docs/options.md b/www/docs/options.md index ea5f0502..dc52d1f1 100644 --- a/www/docs/options.md +++ b/www/docs/options.md @@ -7,7 +7,7 @@ The `ghz` command line has numerous command line options. You can run `ghz --he -### `-config` +### `--config` Path to the JSON or TOML [config file](example_config.md) that specifies all the test settings. diff --git a/www/docs/web/config.md b/www/docs/web/config.md index e0946da2..7df0e81e 100644 --- a/www/docs/web/config.md +++ b/www/docs/web/config.md @@ -15,7 +15,7 @@ title: Configuration ## Configuration File -A cofiguration file can be specified using `-config` option. Configuration file can be in YAML, TOML or JSON format. +A cofiguration file can be specified using `--config` option. Configuration file can be in YAML, TOML or JSON format. **YAML**