-h instead of --help. Added full stop to sentence.
This commit is contained in:
parent
91c49292ea
commit
5ce48e8dd8
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Compile the source code using the `go build` tool as shown below.
|
||||||
```commandline
|
```commandline
|
||||||
go build -o elektron
|
go build -o elektron
|
||||||
```
|
```
|
||||||
Use the --help option to get information about other command-line options
|
Use the `-h` option to get information about other command-line options.
|
||||||
|
|
||||||
### Workload
|
### Workload
|
||||||
Use the `-workload` option to specify the location of the workload json file. Below is an example workload.
|
Use the `-workload` option to specify the location of the workload json file. Below is an example workload.
|
||||||
|
|
Reference in a new issue