Skip to content

Commit

Permalink
Fix typo in options reference for option '--config'
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Howes committed Dec 2, 2024
1 parent 500605b commit c2fd3a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/docs/example_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion www/docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `ghz` command line has numerous command line options. You can run `ghz --he

<AUTOGENERATED_TABLE_OF_CONTENTS>

### `-config`
### `--config`

Path to the JSON or TOML [config file](example_config.md) that specifies all the test settings.

Expand Down
2 changes: 1 addition & 1 deletion www/docs/web/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit c2fd3a8

Please sign in to comment.