Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanschalm committed Jun 16, 2017
1 parent 4c4ca96 commit 216c99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ func Run(cfg conf.Config) {
select {}
// Ask target for its peers
// Connect to these peers until we have enough peers
// Download the blockchain
}
2 changes: 1 addition & 1 deletion cmd/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ func init() {
// is called directly, e.g.:
runCmd.Flags().IntP("port", "p", peer.DefaultPort, "Port to bind to")
runCmd.Flags().StringP("interface", "i", peer.DefaultIP, "IP address to listen on")
runCmd.Flags().StringP("target", "t", "", "Multiaddress of peer to connect to")
runCmd.Flags().StringP("target", "t", "", "Address of peer to connect to")
runCmd.Flags().BoolP("verbose", "v", false, "Enable verbose logging")
}

0 comments on commit 216c99c

Please sign in to comment.