]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/cmds.texi
Better to call option as -chunked
[nncp.git] / doc / cmds.texi
index 9f47b8d5d1fdce14b0bed5453b9d642feca1fee3..5d7d6335923c886863d58fba4af6db7475cb1baf 100644 (file)
@@ -113,7 +113,7 @@ bind to and listen.
 @section nncp-file
 
 @verbatim
-% nncp-file [options] [-chunk INT] SRC NODE:[DST]
+% nncp-file [options] [-chunked INT] SRC NODE:[DST]
 @end verbatim
 
 Send @file{SRC} file to remote @option{NODE}. @file{DST} specifies
@@ -132,7 +132,7 @@ taken from stdin, then you have to have 2 GiB of disk space for that
 temporary file and resulting encrypted packet. You can control where
 temporary file will be stored using @env{TMPDIR} environment variable.
 
-If @option{-chunk} is specified, then source file will be split
+If @option{-chunked} is specified, then source file will be split
 @ref{Chunked, on chunks}. @option{INT} is the desired chunk size in
 KiBs. This mode is more CPU hungry. Pay attention that chunk is saved in
 spool directory immediately and it is not deleted if any error occurs.