]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/cmd/nncp-mail/main.go
Fix redundant newline in Println
[nncp.git] / src / cypherpunks.ru / nncp / cmd / nncp-mail / main.go
index 4e3cc88bcb40a80a70021762dcac059d23b80263..13830d217dcef7760ec0020e55256482c344dd6d 100644 (file)
@@ -33,7 +33,7 @@ import (
 
 func usage() {
        fmt.Fprintf(os.Stderr, nncp.UsageHeader())
-       fmt.Fprintln(os.Stderr, "nncp-mail -- send email\n")
+       fmt.Fprintf(os.Stderr, "nncp-mail -- send email\n\n")
        fmt.Fprintf(os.Stderr, "Usage: %s [options] NODE USER ...\nOptions:\n", os.Args[0])
        flag.PrintDefaults()
 }