diff --git a/docs/man/reuse-lint.rst b/docs/man/reuse-lint.rst index db52f568..75bfcf94 100644 --- a/docs/man/reuse-lint.rst +++ b/docs/man/reuse-lint.rst @@ -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.