Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3821276 authored by Federico Vaga's avatar Federico Vaga Committed by Jonathan Corbet
Browse files

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: default avatarFederico Vaga <federico.vaga@vaga.pv.it>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent c1ec85ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ SYNOPSIS

\ **parse_headers.pl**\  [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]

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


OPTIONS
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ enums and defines and create cross-references to a Sphinx book.

B<parse_headers.pl> [<options>] <C_FILE> <OUT_FILE> [<EXCEPTIONS_FILE>]

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

=head1 OPTIONS