Updated documentation.
[ci skip]
This commit is contained in:
parent
eb7247623b
commit
0371943c3f
3 changed files with 36 additions and 22 deletions
|
@ -77,6 +77,11 @@ Increase the output level by one with each occurence.
|
||||||
.TP
|
.TP
|
||||||
\fB\-V\fP, \fB\-\-version\fP
|
\fB\-V\fP, \fB\-\-version\fP
|
||||||
Display the version number.
|
Display the version number.
|
||||||
|
.TP
|
||||||
|
\fB\-\-vote\fP
|
||||||
|
Vote for the selected comics to tell others that you like them.
|
||||||
|
The sum of all votes for a comic will be displayed at the comic
|
||||||
|
index pages at http://wummel.github.io/dosage/comic-index.html
|
||||||
.I module
|
.I module
|
||||||
At least one valid
|
At least one valid
|
||||||
.I module
|
.I module
|
||||||
|
|
|
@ -94,6 +94,10 @@ Print timestamps for all output at any level.
|
||||||
Increase the output level by one with each occurence.
|
Increase the output level by one with each occurence.
|
||||||
<DT><B>-V</B>, <B>--version</B><DD>
|
<DT><B>-V</B>, <B>--version</B><DD>
|
||||||
Display the version number.
|
Display the version number.
|
||||||
|
<DT><B>--vote</B><DD>
|
||||||
|
Vote for the selected comics to tell others that you like them.
|
||||||
|
The sum of all votes for a comic will be displayed at the comic
|
||||||
|
index pages at <A HREF="http://wummel.github.io/dosage/comic-index.html">http://wummel.github.io/dosage/comic-index.html</A>
|
||||||
<I>module</I>
|
<I>module</I>
|
||||||
|
|
||||||
At least one valid
|
At least one valid
|
||||||
|
|
|
@ -74,12 +74,17 @@ OPTIONS
|
||||||
Increase the output level by one with each occurence.
|
Increase the output level by one with each occurence.
|
||||||
|
|
||||||
-V, --version
|
-V, --version
|
||||||
Display the version number. module At least one valid
|
Display the version number.
|
||||||
module must be specified. A list of valid modules can be
|
|
||||||
found by passing the -l option. Multiple module argu‐
|
--vote Vote for the selected comics to tell others that you
|
||||||
ments can be specified on the command line. Module
|
like them. The sum of all votes for a comic will be
|
||||||
names are case insensitive, and it is sufficient to
|
displayed at the comic index pages at http://wum‐
|
||||||
specify a unique substring of the module name.
|
mel.github.io/dosage/comic-index.html module At least
|
||||||
|
one valid module must be specified. A list of valid mod‐
|
||||||
|
ules can be found by passing the -l option. Multiple
|
||||||
|
module arguments can be specified on the command line.
|
||||||
|
Module names are case insensitive, and it is sufficient
|
||||||
|
to specify a unique substring of the module name.
|
||||||
|
|
||||||
INDEX SYNTAX
|
INDEX SYNTAX
|
||||||
Instead of starting at the latest comic strip, an index lets
|
Instead of starting at the latest comic strip, an index lets
|
||||||
|
|
Loading…
Reference in a new issue