Skip to content

Commit

Permalink
#2114 Fix type in docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 19, 2021
1 parent 9777ced commit d80e3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function usage {
--no-config-cortex | do not add Cortex configuration
--cortex-proto <proto> | define protocol to connect to Cortex (default: http)
--cortex-port <port> | define port to connect to Cortex (default: 9001)
--cortex-hostname <host>,<host>,... | resolve this hostname to find Cortex instances
--cortex-hostnames <host>,<host>,... | resolve this hostname to find Cortex instances
--cortex-keys <key>,<key>,... | define Cortex key
migrate <param> <param> ... | run migration tool
cloner <param> <param> ... | run cloner tool
Expand Down

0 comments on commit d80e3f7

Please sign in to comment.