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 -------------------