Remade makefile, fixed symlink bug in justfile, simplified servicefile, updated README
This commit is contained in:
@@ -339,7 +339,7 @@ func main() {
|
||||
flag.BoolVar( &add, "a", false, "add quote to list" )
|
||||
flag.BoolVar( &remove, "r", false, "remove quote from list" )
|
||||
flag.BoolVar( &list, "l", false, "print quote list" )
|
||||
flag.StringVar( &dest, "ip", "earth-1.net:1300", "ip:port of server" )
|
||||
flag.StringVar( &dest, "ip", "127.0.0.1:1300", "ip:port of server" )
|
||||
flag.IntVar( &tsize, "s", 256, "transmission size ( bytes )" )
|
||||
flag.Parse() // process flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user