From da08a1c2645af86ffa3912c9589340160304f1c3 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Tue, 28 May 2024 14:35:44 +0200 Subject: [PATCH] Add --lines to manpage Signed-off-by: Carmen Bianca BAKKER --- docs/man/reuse-lint.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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.