]> Cypherpunks.ru repositories - nncp.git/commitdiff
Typo in command line help
authorSergey Matveev <stargrave@stargrave.org>
Sat, 2 Jun 2018 14:26:42 +0000 (17:26 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 2 Jun 2018 14:26:42 +0000 (17:26 +0300)
doc/cmds.texi
src/cypherpunks.ru/nncp/cmd/nncp-bundle/main.go

index 7d05bf2363ef8b8296f50aca81bcbaa3372a4c17..33ad949dbbd86a49a7997bfe741d65568551a6b2 100644 (file)
@@ -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
 
 % 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.
 
 useful when you need to see what packets will pass by and possibly check
 their integrity.
 
index 3b754bc1b56a8d8d1311fe18217fbcdc38503cf7..2114dae5bdd259b57d4225011867580f80b0ba9c 100644 (file)
@@ -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")
                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")
                spoolPath = flag.String("spool", "", "Override path to spool")
                logPath   = flag.String("log", "", "Override path to logfile")
                quiet     = flag.Bool("quiet", false, "Print only errors")