]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/cmd/nncp-mail/main.go
Fix usage formatting
[nncp.git] / src / cypherpunks.ru / nncp / cmd / nncp-mail / main.go
index 5c7d16b73e655726cf0d8ace81d4c8c1baab917e..89b1151202ebfab7c1c78cfe1fd98f3eab4eeb26 100644 (file)
@@ -34,7 +34,7 @@ import (
 func usage() {
        fmt.Fprintf(os.Stderr, nncp.UsageHeader())
        fmt.Fprintln(os.Stderr, "nncp-mail -- send email\n")
-       fmt.Fprintln(os.Stderr, "Usage: %s [options] NODE USER ...\nOptions:", os.Args[0])
+       fmt.Fprintf(os.Stderr, "Usage: %s [options] NODE USER ...\nOptions:", os.Args[0])
        flag.PrintDefaults()
        fmt.Fprintln(os.Stderr, "Email body is read from stdin.")
 }