Skip to content

Commit

Permalink
Add --lines to manpage
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed May 28, 2024
1 parent b562d79 commit da08a1c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/man/reuse-lint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,26 @@ associated with it, then the project is not compliant.
Options
-------

.. option:: --quiet
.. option:: -q, --quiet

Do not print anything to STDOUT.

..
TODO: specify the JSON output.
.. option:: --json
.. option:: -j, --json

Output the results of the lint as JSON.

.. option:: --plain
.. option:: -p, --plain

Output the results of the lint as descriptive text. The text is valid
Markdown.

.. option:: -l, --lines

Output one line per error, prefixed by the file path.

.. option:: -h, --help

Display help and exit.

0 comments on commit da08a1c

Please sign in to comment.