From 44c8061929e7a88f666b63a2a7a32bce0300a09a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 2 Jun 2018 17:26:42 +0300 Subject: [PATCH] Typo in command line help --- doc/cmds.texi | 2 +- src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cmds.texi b/doc/cmds.texi index 7d05bf2..33ad949 100644 --- a/doc/cmds.texi +++ b/doc/cmds.texi @@ -87,7 +87,7 @@ spool if everything is good. So it is advisable to recheck your streams: % dd if=/dev/cd0 bs=2048 | nncp-bundle -rx -delete @end verbatim -@option{-dryrun} option prevents any writing to the spool. This is +@option{-dryrun} option prevents any writes to the spool. This is useful when you need to see what packets will pass by and possibly check their integrity. diff --git a/src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go b/src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go index 3b754bc..2114dae 100644 --- a/src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go +++ b/src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go @@ -60,7 +60,7 @@ func main() { doTx = flag.Bool("tx", false, "Transfer packets") doDelete = flag.Bool("delete", false, "Delete transferred packets") doCheck = flag.Bool("check", false, "Check integrity while receiving") - dryRun = flag.Bool("dryrun", false, "Do not writings") + dryRun = flag.Bool("dryrun", false, "Do no writes") spoolPath = flag.String("spool", "", "Override path to spool") logPath = flag.String("log", "", "Override path to logfile") quiet = flag.Bool("quiet", false, "Print only errors") -- 2.48.1