]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-bundle/main.go
Remove huge usage headers, -warranty exists anyway
[nncp.git] / src / cmd / nncp-bundle / main.go
index 6fa0ab3642489d76fa04cf22d693c73c45f31cb1..8c5e7a2a98bf0d0585678bebc4a859420339ceb5 100644 (file)
@@ -38,7 +38,6 @@ import (
 )
 
 func usage() {
-       fmt.Fprint(os.Stderr, nncp.UsageHeader())
        fmt.Fprint(os.Stderr, "nncp-bundle -- Create/digest stream of NNCP encrypted packets\n\n")
        fmt.Fprintf(os.Stderr, "Usage: %s [options] -tx [-delete] NODE [NODE ...] > ...\n", os.Args[0])
        fmt.Fprintf(os.Stderr, "       %s [options] -rx -delete [-dryrun] [NODE ...] < ...\n", os.Args[0])