]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/cypherpunks.ru/nncp/cmd/nncp-stat/main.go
Fix redundant newline in Println
[nncp.git] / src / cypherpunks.ru / nncp / cmd / nncp-stat / main.go
index c679c285e474fd054900239190bbce528cd8015f..94a0bb1fd2557959393041c7f6bf86ad5c084d11 100644 (file)
@@ -32,7 +32,7 @@ import (
 
 func usage() {
        fmt.Fprintf(os.Stderr, nncp.UsageHeader())
-       fmt.Fprintln(os.Stderr, "nncp-stat -- show queued Rx/Tx stats\n")
+       fmt.Fprintf(os.Stderr, "nncp-stat -- show queued Rx/Tx stats\n\n")
        fmt.Fprintf(os.Stderr, "Usage: %s [options]\nOptions:\n", os.Args[0])
        flag.PrintDefaults()
 }