1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Update readme

This commit is contained in:
Zack Scholl 2017-10-17 19:13:08 -06:00
parent 0d2afdaed1
commit 292b9ffe87
2 changed files with 26 additions and 33 deletions

View file

@ -24,7 +24,7 @@ func main() {
flag.BoolVar(&runAsRelay, "relay", false, "run as relay")
flag.BoolVar(&debugFlag, "debug", false, "debug mode")
flag.StringVar(&serverAddress, "server", "cowyo.com", "(run as client) server address to connect to")
flag.StringVar(&fileName, "file", "", "(run as server) file to serve")
flag.StringVar(&fileName, "send", "", "file to send")
flag.StringVar(&codePhraseFlag, "code", "", "(run as server) file to serve")
flag.Parse()
// Check build flags too, which take precedent