]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/cmds.texi
nncp-rm's -dryrun and -older options
[nncp.git] / doc / cmds.texi
index 9fff9e4679f77d1bc951d619b18fe0e8705ff6e3..abaa60afe89aea83934a1808a1c82ab3cad314dc 100644 (file)
@@ -483,19 +483,30 @@ $ nncp-rm [options] -node NODE -pkt PKT
 This command is aimed to delete various files from your spool directory:
 
 @itemize
+
 @item If @option{-tmp} option is specified, then it will delete all
 temporary files in @file{spool/tmp} directory. Files may stay in it when
 commands like @ref{nncp-file} fail for some reason.
+
 @item If @option{-lock} option is specified, then all @file{.lock} files
 will be deleted in your spool directory.
+
 @item If @option{-pkt} option is specified, then @file{PKT} packet (its
 Base32 name) will be deleted. This is useful when you see some packet
 failing to be processed.
+
 @item When either @option{-rx} or @option{-tx} options are specified
 (maybe both of them), then delete all packets from that given queues. If
 @option{-part} is given, then delete only @file{.part}ly downloaded
 ones. If @option{-seen} option is specified, then delete only
 @file{.seen} files.
+
+@item @option{-dryrun} option just prints what will be deleted.
+
+@item You can also select files that only have modification date older
+than specified @option{-older} time units (@code{10s} (10 seconds),
+@code{5m} (5 minutes), @code{12h} (12 hours), @code{2d} (2 days)).
+
 @end itemize
 
 @node nncp-stat