]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cmd/nncp-hash/main.go
Remove huge usage headers, -warranty exists anyway
[nncp.git] / src / cmd / nncp-hash / main.go
index cc5d41a93cd2979a0da9d9068944b9b2f5aeb2af..d517e356367f577389bfcb2be5dd711dd1a35d1a 100644 (file)
@@ -32,8 +32,7 @@ import (
 )
 
 func usage() {
-       fmt.Fprintf(os.Stderr, nncp.UsageHeader())
-       fmt.Fprintf(os.Stderr, "nncp-hash -- calculate MTH hash of the file\n\n")
+       fmt.Fprint(os.Stderr, "nncp-hash -- calculate MTH hash of the file\n\n")
        fmt.Fprintf(os.Stderr, "Usage: %s [-file ...] [-seek X] [-debug] [-progress] [options]\nOptions:\n", os.Args[0])
        flag.PrintDefaults()
 }