Skip to content

Commit

Permalink
Update help message in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cl3to authored and rodrigo-ceccato committed Oct 11, 2024
1 parent 8ba9960 commit 8397c37
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ spinner --help
Usage: spinner [OPTIONS]

Options:
-c, --config TEXT Benchmark configuration file
-r, --run BOOLEAN Run all benchmarks
-e, --export BOOLEAN Export results to report.html
-h, --hosts TEXT Hosts list
--help Show this message and exit.
-c, --config TEXT Benchmark configuration file
-r, --run Run all benchmarks
-e, --export Export results to report.html
-o, --output TEXT Output File (.pkl)
-ea, --extra-args TEXT Extra arguments as key=value pairs, separated by
semicolons.
--help Show this message and exit.
```

0 comments on commit 8397c37

Please sign in to comment.