]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-freq/main.go
Remove huge usage headers, -warranty exists anyway
[nncp.git] / src / cmd / nncp-freq / main.go
index 7e3786f2877846a503d20aad2203bc90b8431ab3..b21113697ed51718737e52709c4681b788bdfdd1 100644 (file)
@@ -30,8 +30,7 @@ import (
 )
 
 func usage() {
-       fmt.Fprintf(os.Stderr, nncp.UsageHeader())
-       fmt.Fprintf(os.Stderr, "nncp-freq -- send file request\n\n")
+       fmt.Fprint(os.Stderr, "nncp-freq -- send file request\n\n")
        fmt.Fprintf(os.Stderr, "Usage: %s [options] NODE:SRC [DST]\nOptions:\n", os.Args[0])
        flag.PrintDefaults()
 }