]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/cmd/nncp-xfer/main.go
Fix redundant newline in Println
[nncp.git] / src / cypherpunks.ru / nncp / cmd / nncp-xfer / main.go
index 94d1c17984b38b6def8d54e52a2ca995cd9df48e..15e4843600c51559455f60947e9a173d11afe81e 100644 (file)
@@ -36,7 +36,7 @@ import (
 
 func usage() {
        fmt.Fprintf(os.Stderr, nncp.UsageHeader())
-       fmt.Fprintln(os.Stderr, "nncp-xfer -- copy inbound and outbounds packets\n")
+       fmt.Fprintf(os.Stderr, "nncp-xfer -- copy inbound and outbounds packets\n\n")
        fmt.Fprintf(os.Stderr, "Usage: %s [options] DIR\nOptions:\n", os.Args[0])
        flag.PrintDefaults()
 }