]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-stat/main.go
Remove huge usage headers, -warranty exists anyway
[nncp.git] / src / cmd / nncp-stat / main.go
index aeaff53757b5f277a5e6cb767782d2e3db4861fa..4bd8c0fc037f2b48c120675e20e67647cd50c3f6 100644 (file)
@@ -30,8 +30,7 @@ import (
 )
 
 func usage() {
-       fmt.Fprintf(os.Stderr, nncp.UsageHeader())
-       fmt.Fprintf(os.Stderr, "nncp-stat -- show queued Rx/Tx stats\n\n")
+       fmt.Fprint(os.Stderr, "nncp-stat -- show queued Rx/Tx stats\n\n")
        fmt.Fprintf(os.Stderr, "Usage: %s [options] [-pkt] [-node NODE]\nOptions:\n", os.Args[0])
        flag.PrintDefaults()
 }