Skip to content

Commit

Permalink
cmd: Update help message for the orchAddr flag (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Feb 16, 2022
1 parent a4fea7d commit 4fb8746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/livepeer/livepeer.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func main() {
cliAddr := flag.String("cliAddr", "127.0.0.1:"+CliPort, "Address to bind for CLI commands")
httpAddr := flag.String("httpAddr", "", "Address to bind for HTTP commands")
serviceAddr := flag.String("serviceAddr", "", "Orchestrator only. Overrides the on-chain serviceURI that broadcasters can use to contact this node; may be an IP or hostname.")
orchAddr := flag.String("orchAddr", "", "Orchestrator to connect to as a standalone transcoder")
orchAddr := flag.String("orchAddr", "", "Comma-separated list of orchestrators to connect to")
verifierURL := flag.String("verifierUrl", "", "URL of the verifier to use")

verifierPath := flag.String("verifierPath", "", "Path to verifier shared volume")
Expand Down

0 comments on commit 4fb8746

Please sign in to comment.