Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Commit

Permalink
Changed flag for disabling the upload to -d
Browse files Browse the repository at this point in the history
  • Loading branch information
regner committed Jul 27, 2017
1 parent 4533ee8 commit 1c9d9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func main() {
config := utils.ClientConfig{}

flag.StringVar(&config.IngestUrl, "i", "https://albion-market.com/api/v1/ingest/", "URL to send market data to.")
flag.BoolVar(&config.DisableUpload, "u", false, "If specified no attempts will be made to upload data to remote server.")
flag.BoolVar(&config.DisableUpload, "d", false, "If specified no attempts will be made to upload data to remote server.")
flag.BoolVar(&config.SaveLocally, "s", false, "If specified all market orders will be saved locally.")
flag.Parse()

Expand Down

0 comments on commit 1c9d9bb

Please sign in to comment.