Skip to content

Commit

Permalink
Merge pull request #1184 from Eventellect/contributing-help-syntax
Browse files Browse the repository at this point in the history
Give proper command to show help
  • Loading branch information
metalmatze authored May 24, 2024
2 parents 15624d3 + 996f3d6 commit 19fed78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Run the API binary in one terminal
./pyrra api
```

*Note: the API assumes a Prometheus is running on [localhost:9090](http://localhost:9090) and a backend on [localhost:9444](http://localhost:9444)) by default. Check `./bin/api --help` flag for the parameters to change those.*
*Note: the API assumes a Prometheus is running on [localhost:9090](http://localhost:9090) and a backend on [localhost:9444](http://localhost:9444)) by default. Check `./pyrra api --help` flag for the parameters to change those.*

### Run a Kubernetes or filesystem backend

Expand Down

0 comments on commit 19fed78

Please sign in to comment.