X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fnncp%2Fcmd%2Fnncp-toss%2Fmain.go;h=9b50866e8198cc78330a459835fc6fc3751f781b;hb=4a4c1be88baf3fa5426bc1c9c96e104643155fca;hp=e12e9015d975cb0a168af7374a6cea0985f391c9;hpb=84cbe89a78a5109f833808b26251ec22f3cd97db;p=nncp.git diff --git a/src/cypherpunks.ru/nncp/cmd/nncp-toss/main.go b/src/cypherpunks.ru/nncp/cmd/nncp-toss/main.go index e12e901..9b50866 100644 --- a/src/cypherpunks.ru/nncp/cmd/nncp-toss/main.go +++ b/src/cypherpunks.ru/nncp/cmd/nncp-toss/main.go @@ -32,7 +32,7 @@ import ( func usage() { fmt.Fprintf(os.Stderr, nncp.UsageHeader()) fmt.Fprintln(os.Stderr, "nncp-toss -- process inbound packets\n") - fmt.Fprintf(os.Stderr, "Usage: %s [options]\nOptions:", os.Args[0]) + fmt.Fprintf(os.Stderr, "Usage: %s [options]\nOptions:\n", os.Args[0]) flag.PrintDefaults() } @@ -43,7 +43,7 @@ func main() { niceRaw = flag.Int("nice", 255, "Minimal required niceness") dryRun = flag.Bool("dryrun", false, "Do not actually write any tossed data") quiet = flag.Bool("quiet", false, "Print only errors") - debug = flag.Bool("debug", false, "Enable debugging information") + debug = flag.Bool("debug", false, "Print debug messages") version = flag.Bool("version", false, "Print version information") warranty = flag.Bool("warranty", false, "Print warranty information") )