diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-05 15:31:23 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2015-01-05 15:31:23 +0100 |
commit | 6d165ea18edb0f4ec3e7641a4ed8e79e1f0814aa (patch) | |
tree | 07edf3ff9b9eb12a10a45b10126491905cec5e7f /doc/man | |
parent | 3d53648620178dc30ec8d8b459f786344082b1aa (diff) |
doc: update sfeed_stats generated man page
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/sfeed_stats.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/sfeed_stats.1 b/doc/man/sfeed_stats.1 index 2941501..0eeff13 100644 --- a/doc/man/sfeed_stats.1 +++ b/doc/man/sfeed_stats.1 @@ -3,7 +3,7 @@ .if n .ad l .SH "NAME" \fBsfeed_stats\fR -\- formats a feeds file to show a plain text summary +\- formats a feeds file to show a summary in plain text .SH "SYNOPSIS" .HP 12n \fBsfeed_stats\fR @@ -11,9 +11,9 @@ \fBsfeed_stats\fR formats a feeds file (TSV) from sfeed_update(1) -to a plain text summary with: the total amount of items, amount of new items, -the timestamp of the last item. It reads TSV data from stdin and writes -formatted plain text to stdout. For the exact TSV format see +to a summary in plain text containing: the total amount of items, amount of new +items, the timestamp of the last item per feed. It reads TSV data from stdin +and writes formatted plain text to stdout. For the exact TSV format see sfeed_update(1). .SH "SEE ALSO" sfeed_update(1), |