mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
Update readme
This commit is contained in:
parent
0d2afdaed1
commit
292b9ffe87
2 changed files with 26 additions and 33 deletions
2
main.go
2
main.go
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue