X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fcmd%2Findex.texi;h=c137efbc8337d2c16c94ac1497272e9ce8829a48;hb=bb7fe5e770586be9f44a8a7f3321a3139d5345bb;hp=cb815438048b3c87388934d02aadc28108c4ec22;hpb=0ee0ba3784ce20e69d8db6316c99e7f0b6d30809;p=nncp.git diff --git a/doc/cmd/index.texi b/doc/cmd/index.texi index cb81543..c137efb 100644 --- a/doc/cmd/index.texi +++ b/doc/cmd/index.texi @@ -1,11 +1,13 @@ @node Commands +@cindex commands @unnumbered Commands Nearly all commands have the following common options: @table @option +@vindex NNCPCFG @item -cfg - Path to configuration file. May be overridden by @env{NNCPCFG} + Path to configuration file. May be overridden by @env{$NNCPCFG} environment variable. If file file is an encrypted @ref{EBlob, eblob}, then ask for passphrase to decrypt it first. @item -debug @@ -24,16 +26,18 @@ Nearly all commands have the following common options: Override @ref{CfgVia, via} configuration option for destination node. Specified nodes must be separated with comma: @verb{|NODE1,NODE2|}. With @verb{|-via -|} you can disable relaying at all. +@vindex NNCPSPOOL @item -spool Override path to spool directory. May be specified by - @env{NNCPSPOOL} environment variable. + @env{$NNCPSPOOL} environment variable. +@vindex NNCPLOG @item -log - Override path to logfile. May be specified by @env{NNCPLOG} + Override path to logfile. May be specified by @env{$NNCPLOG} environment variable. @item -quiet Print only errors, omit simple informational messages. In any case those messages are logged, so you can reread them using - @ref{nncp-log} command. + @command{@ref{nncp-log}} command. @item -progress, -noprogress Either force progress showing, or disable it. @item -version @@ -48,12 +52,14 @@ Configuration file commands * nncp-cfgnew:: * nncp-cfgmin:: * nncp-cfgenc:: +* nncp-cfgdir:: Packets creation commands * nncp-file:: * nncp-exec:: * nncp-freq:: +* nncp-trns:: Packets sharing commands @@ -85,9 +91,11 @@ Maintenance, monitoring and debugging commands: @include cmd/nncp-cfgnew.texi @include cmd/nncp-cfgmin.texi @include cmd/nncp-cfgenc.texi +@include cmd/nncp-cfgdir.texi @include cmd/nncp-file.texi @include cmd/nncp-exec.texi @include cmd/nncp-freq.texi +@include cmd/nncp-trns.texi @include cmd/nncp-xfer.texi @include cmd/nncp-bundle.texi @include cmd/nncp-toss.texi