Skip to content

Commit f8a521f

Browse files
committed
Typo
1 parent 09812e8 commit f8a521f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/measuring/runner-switches.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Apart from the `config.yml` some additional configuration is possible when manua
1414
+ If given a local directory starting with `/`, this will be used instead.
1515
- `--branch` When providing a git repository, optionally specify a branch
1616
- `--filename` An optional alternative filename if you do not want to use "usage_scenario.yml"
17-
+ Multiple filenames can be provided, e.g. `--filename A.yml --filename B.yml` (both scenarios are executed sequencially)
17+
+ Multiple filenames can be provided, e.g. `--filename A.yml --filename B.yml` (both scenarios are executed sequentially)
1818
* Duplicated filenames are allowed (if you want to repeat the same file(s) multiple times, consider using `--iterations`)
1919
+ Relative paths are supported, e.g. "../usage_scenario.yml"
20-
+ Wildcard characters '\*' and '?' are supported, e.g. "*.yml" (all yml files in the current directory are executed sequencially)
20+
+ Wildcard characters '\*' and '?' are supported, e.g. "*.yml" (all yml files in the current directory are executed sequentially)
2121
- `--variables` A list of string key-value pairs with variables to be replaced in the [usage_scenario.yml →]({{< relref "usage-scenario" >}})
2222
+ e.g.: `--variables '__GMT_VAR_MY_VALUE_=cats are cool'`
2323
- `--commit-hash-folder` Use a different folder than the repository root to determine the commit hash for the run

0 commit comments

Comments
 (0)