]> git.baikalelectronics.ru Git - kernel.git/commit
doc:sphinx: fix parse-header description
authorFederico Vaga <federico.vaga@vaga.pv.it>
Tue, 5 Jun 2018 22:48:59 +0000 (00:48 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 26 Jun 2018 15:07:57 +0000 (09:07 -0600)
commit99b4b436e17e9a5760c5c01705966dc3a76602fa
tree23e989cedbcc4c6fec5a9377c1691b8a0c1e2346
parent4a6bbf7f1c999f821937d0b1e70c64eb4241e208
doc:sphinx: fix parse-header description

The description speaks about the option ``--man`` but it
does not exist. Instead, there is the option ``--usage``

    $ ./Documentation/sphinx/parse-headers.pl --man
    Unknown option: man
    Usage:
        parse_headers.pl [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]

        Where <options> can be: --debug, --help or --man.

Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/doc-guide/parse-headers.rst
Documentation/sphinx/parse-headers.pl