WIP adding names

This commit is contained in:
2026-06-19 00:38:57 -04:00
parent 552f9ac9c2
commit fae2cceae2
4 changed files with 81 additions and 32 deletions
+1 -1
View File
@@ -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", ":1300", "ip:port of server" )
flag.StringVar( &dest, "ip", "earth-1.net:1300", "ip:port of server" )
flag.IntVar( &tsize, "s", 256, "transmission size ( bytes )" )
flag.Parse() // process flags