From fb8df6f0894ce64ee66d52dbeee7bbd3f21fb258 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 2 Sep 2022 19:29:11 +0100 Subject: [PATCH] Document URL list in linkchecker(1) First enabled in: b1708fc7 ("get the complete content", 2004-09-03) --- doc/src/man/linkchecker.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/doc/src/man/linkchecker.rst b/doc/src/man/linkchecker.rst index e3fb8a20..aa9c0a77 100644 --- a/doc/src/man/linkchecker.rst +++ b/doc/src/man/linkchecker.rst @@ -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 -------------------