]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/cmd/nncp-freq/main.go
Fix redundant newline in Println
[nncp.git] / src / cypherpunks.ru / nncp / cmd / nncp-freq / main.go
index 9f09660d98cc1e83b951f9d17e50d7d88cb885be..cab8a8d2d53e67aec22ad5cd403e6d404acdb38b 100644 (file)
@@ -32,7 +32,7 @@ import (
 
 func usage() {
        fmt.Fprintf(os.Stderr, nncp.UsageHeader())
-       fmt.Fprintln(os.Stderr, "nncp-freq -- send file request\n")
+       fmt.Fprintf(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()
 }