Updated manpage.
This commit is contained in:
parent
419ae5fbcf
commit
8117c5b132
3 changed files with 35 additions and 57 deletions
11
doc/dosage.1
11
doc/dosage.1
|
@ -28,9 +28,8 @@ the
|
||||||
and
|
and
|
||||||
.B SPECIAL SYNTAX
|
.B SPECIAL SYNTAX
|
||||||
sections for more information. This is useful when you missed some days
|
sections for more information. This is useful when you missed some days
|
||||||
and want only to download the missing files. To make this task easy,
|
and want only to download the missing files.
|
||||||
the traversal ends at the first existing image file when starting from
|
.TP
|
||||||
an index (excluding the index itself).
|
|
||||||
\fB\-c\fP, \fB\-\-continue\fP
|
\fB\-c\fP, \fB\-\-continue\fP
|
||||||
Same as \fB\-\-all\fP, but stop at the first existing image file.
|
Same as \fB\-\-all\fP, but stop at the first existing image file.
|
||||||
Useful for cron jobs that are not executed every day.
|
Useful for cron jobs that are not executed every day.
|
||||||
|
@ -62,12 +61,6 @@ current run, named by date (ala dailystrips). The files can be found in the
|
||||||
Writes out an RSS feed detailing what strips were downloaded in the last 24
|
Writes out an RSS feed detailing what strips were downloaded in the last 24
|
||||||
hours. The feed can be found in \fBComics/dailydose.xml\fP.
|
hours. The feed can be found in \fBComics/dailydose.xml\fP.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
|
||||||
.RS
|
|
||||||
.BR "rss " \-
|
|
||||||
Writes an RSS feed with all of the strips downloaded during the run, for use
|
|
||||||
with your favourite RSS aggregator.
|
|
||||||
.RE
|
|
||||||
.TP
|
.TP
|
||||||
\fB\-t\fP, \fB\-\-timestamps\fP
|
\fB\-t\fP, \fB\-\-timestamps\fP
|
||||||
Print timestamps for all output at any level.
|
Print timestamps for all output at any level.
|
||||||
|
|
|
@ -43,10 +43,8 @@ and
|
||||||
<B>SPECIAL SYNTAX</B>
|
<B>SPECIAL SYNTAX</B>
|
||||||
|
|
||||||
sections for more information. This is useful when you missed some days
|
sections for more information. This is useful when you missed some days
|
||||||
and want only to download the missing files. To make this task easy,
|
and want only to download the missing files.
|
||||||
the traversal ends at the first existing image file when starting from
|
<DT><B>-c</B>, <B>--continue</B><DD>
|
||||||
an index (excluding the index itself).
|
|
||||||
<B>-c</B>, <B>--continue</B>
|
|
||||||
Same as <B>--all</B>, but stop at the first existing image file.
|
Same as <B>--all</B>, but stop at the first existing image file.
|
||||||
Useful for cron jobs that are not executed every day.
|
Useful for cron jobs that are not executed every day.
|
||||||
<DT><B>-h</B>, <B>--help</B><DD>
|
<DT><B>-h</B>, <B>--help</B><DD>
|
||||||
|
@ -79,15 +77,6 @@ Writes out an RSS feed detailing what strips were downloaded in the last 24
|
||||||
hours. The feed can be found in <B>Comics/dailydose.xml</B>.
|
hours. The feed can be found in <B>Comics/dailydose.xml</B>.
|
||||||
</DL>
|
</DL>
|
||||||
|
|
||||||
<P>
|
|
||||||
|
|
||||||
<DL COMPACT><DT><DD>
|
|
||||||
<B>rss </B>-
|
|
||||||
|
|
||||||
Writes an RSS feed with all of the strips downloaded during the run, for use
|
|
||||||
with your favourite RSS aggregator.
|
|
||||||
</DL>
|
|
||||||
|
|
||||||
<DL COMPACT>
|
<DL COMPACT>
|
||||||
<DT><B>-t</B>, <B>--timestamps</B><DD>
|
<DT><B>-t</B>, <B>--timestamps</B><DD>
|
||||||
Print timestamps for all output at any level.
|
Print timestamps for all output at any level.
|
||||||
|
|
|
@ -31,12 +31,12 @@ OPTIONS
|
||||||
strip by using the index syntax, see the INDEX SYNTAX
|
strip by using the index syntax, see the INDEX SYNTAX
|
||||||
and SPECIAL SYNTAX sections for more information. This
|
and SPECIAL SYNTAX sections for more information. This
|
||||||
is useful when you missed some days and want only to
|
is useful when you missed some days and want only to
|
||||||
download the missing files. To make this task easy, the
|
download the missing files.
|
||||||
traversal ends at the first existing image file when
|
|
||||||
starting from an index (excluding the index itself).
|
-c, --continue
|
||||||
-c, --continue Same as --all, but stop at the first
|
Same as --all, but stop at the first existing image
|
||||||
existing image file. Useful for cron jobs that are not
|
file. Useful for cron jobs that are not executed every
|
||||||
executed every day.
|
day.
|
||||||
|
|
||||||
-h, --help
|
-h, --help
|
||||||
Output brief help information.
|
Output brief help information.
|
||||||
|
@ -62,10 +62,6 @@ OPTIONS
|
||||||
downloaded in the last 24 hours. The feed can be found
|
downloaded in the last 24 hours. The feed can be found
|
||||||
in Comics/dailydose.xml.
|
in Comics/dailydose.xml.
|
||||||
|
|
||||||
rss - Writes an RSS feed with all of the strips down‐
|
|
||||||
loaded during the run, for use with your favourite RSS
|
|
||||||
aggregator.
|
|
||||||
|
|
||||||
-t, --timestamps
|
-t, --timestamps
|
||||||
Print timestamps for all output at any level.
|
Print timestamps for all output at any level.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue