]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/cmd/nncp-call/main.go
Documentation updates
[nncp.git] / src / cypherpunks.ru / nncp / cmd / nncp-call / main.go
index aeabb961c911e4770309f90a7c91a57585be8ab4..36f3ff713da856c87197ddeeba5b24748999b6d9 100644 (file)
@@ -47,7 +47,7 @@ func main() {
                rxOnly   = flag.Bool("rx", false, "Only receive packets")
                txOnly   = flag.Bool("tx", false, "Only transfer packets")
                quiet    = flag.Bool("quiet", false, "Print only errors")
-               debug    = flag.Bool("debug", false, "Enable debugging information")
+               debug    = flag.Bool("debug", false, "Print debug messages")
                version  = flag.Bool("version", false, "Print version information")
                warranty = flag.Bool("warranty", false, "Print warranty information")
        )