Skip to content

Commit

Permalink
Give proper command to show help
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrandt authored May 23, 2024
1 parent 15624d3 commit 996f3d6
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 996f3d6

Please sign in to comment.