Skip to content

Commit

Permalink
chaincmp: clarifies help message for references (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki authored and Frozen committed Oct 31, 2018
1 parent 53a7c0c commit c4e323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/chaincmp/chaincmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {
var verbose bool

flag.StringVarP(&node, "node", "n", "", "URL of the node")
flag.StringVarP(&reference, "references", "r", defaultURL, "List of URLs of reference nodes")
flag.StringVarP(&reference, "references", "r", defaultURL, "A list of space-separated URLs of reference nodes, for example \"http://127.0.0.1:6869 https://nodes.wavesnodes.com\"")
flag.BoolVarP(&showHelp, "help", "h", false, "Print usage information (this message) and quit")
flag.BoolVarP(&showVersion, "version", "v", false, "Print version information and quit")
flag.BoolVar(&verbose, "verbose", false, "Logs additional information")
Expand Down

0 comments on commit c4e323c

Please sign in to comment.