diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-04-12 21:14:19 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-04-12 21:14:19 +0200 |
commit | 33d4e18b26cd37691a81584da0efd929097a22b3 (patch) | |
tree | 5ec36b451373d2916dff55354e2e8dd9c2138901 /man/include | |
parent | atom_explode: try harder to find correct PV (diff) | |
download | portage-utils-33d4e18b26cd37691a81584da0efd929097a22b3.tar.gz portage-utils-33d4e18b26cd37691a81584da0efd929097a22b3.tar.bz2 portage-utils-33d4e18b26cd37691a81584da0efd929097a22b3.zip |
qlop: don't rely on %F for data parsing for portability
While at it document the date formats in the man-page.
Diffstat (limited to 'man/include')
-rw-r--r-- | man/include/qlop.optdesc.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/include/qlop.optdesc.yaml b/man/include/qlop.optdesc.yaml index 7864d6e..fad1670 100644 --- a/man/include/qlop.optdesc.yaml +++ b/man/include/qlop.optdesc.yaml @@ -1,3 +1,19 @@ +date: | + Limit the selection of packages to the date given, or to the range + of dates if this argument is given twice. The \fB--date\fR option + can take a few forms. + .RS + .IP "NUMBER <day|week|month|year>[s] [ago]" + Relative time, specifying \fINUMBER\fR \fIdays\fR, \fIweeks\fR, + \fImonths\fR or \fIyears\fR, for example \fI3 days ago\fR. + .IP YYYY-MM-DD + Big-endian date, with components separated by hyphens, starting with + year, followed by month and day of month. + .IP SSSSSSSSS + Seconds since 1970-01-01 00:00:00 +0000 (UTC), the UNIX epoch. + .IP FORMAT|DATE + Use \fIFORMAT\fR as input for \fBstrptime\fR(3) to parse \fIDATE\fR. + .RE gauge: | Gauge number of times a package has been merged. This shows the merge time for each individual merge of package. |