]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/cmds.texi
Humanized priorities
[nncp.git] / doc / cmds.texi
index 33ad949dbbd86a49a7997bfe741d65568551a6b2..c5f4607b826e726800a1895633c223ddca634cad 100644 (file)
@@ -17,11 +17,9 @@ Nearly all commands have the following common options:
     will be 4 KiB (containing file itself and some junk).
 @item -nice
     Set desired outgoing packet @ref{Niceness, niceness level}.
-    1-255 values are allowed.
 @item -replynice
     Set desired reply packet @ref{Niceness, niceness level}. Only freq
-    and exec packets look at that niceness level. 1-255 values are
-    allowed.
+    and exec packets look at that niceness level.
 @item -node
     Process only single specified node.
 @item -via
@@ -95,8 +93,13 @@ their integrity.
 @section nncp-call
 
 @verbatim
-% nncp-call [options] [-onlinedeadline INT] [-maxonlinetime INT] [-rx|-tx]
-                      NODE[:ADDR] [FORCEADDR]
+% nncp-call [options]
+    [-onlinedeadline INT]
+    [-maxonlinetime INT]
+    [-rx|-tx]
+    [-rxrate INT]
+    [-txrate INT]
+    NODE[:ADDR] [FORCEADDR]
 @end verbatim
 
 Call (connect to) specified @option{NODE} and run @ref{Sync,
@@ -111,7 +114,8 @@ transmission is performed. If @option{-tx} option is specified, then
 only outbound transmission is performed. @option{-onlinedeadline}
 overrides @ref{CfgOnlineDeadline, @emph{onlinedeadline}}.
 @option{-maxonlinetime} overrides @ref{CfgMaxOnlineTime,
-@emph{maxonlinetime}}.
+@emph{maxonlinetime}}. @option{-rxrate}/@option{-txrate} override
+@ref{CfgXxRate, rxrate/txrate}.
 
 @node nncp-caller
 @section nncp-caller