mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 00:40:30 +00:00
Document URL list in linkchecker(1)
First enabled in:
b1708fc7 ("get the complete content", 2004-09-03)
This commit is contained in:
parent
86243c00a1
commit
fb8df6f089
1 changed files with 13 additions and 4 deletions
|
|
@ -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
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue