Document URL list in linkchecker(1)

First enabled in:
b1708fc7 ("get the complete content", 2004-09-03)
This commit is contained in:
Chris Mayo 2022-09-02 19:29:11 +01:00
parent 86243c00a1
commit fb8df6f089

View file

@ -92,10 +92,6 @@ General options
Help me! Print usage information for this program.
.. option:: --stdin
Read list of white-space separated URLs to check from stdin.
.. option:: -t NUMBER, --threads=NUMBER
Generate no more than the given number of threads. Default number of
@ -239,6 +235,19 @@ Checking options
example "Mozilla/4.0". The default is "LinkChecker/X.Y" where X.Y is
the current version of LinkChecker.
Input options
^^^^^^^^^^^^^
.. option:: --stdin
Read from stdin a list of white-space separated URLs to check.
.. option:: FILE-OR-URL
The location to start checking with.
A file can be a simple list of URLs, one per line, if the first line is
"# LinkChecker URL list".
CONFIGURATION FILES
-------------------