document option --quiet

This commit is contained in:
Tilman Kranz 2025-05-30 22:29:35 +02:00
parent 0ad7f26102
commit e3c2e719d5
2 changed files with 5 additions and 0 deletions

View file

@ -34,6 +34,9 @@ environment variable `XDG_DATA_DIRS`.
- `-h`, `--help`: Print this message and exit.
- `-q`, `--quiet`: Suppress warnings about inconsistenties such as
missing directories or malformed entries in .desktop files.
- `-v`, `--verbose`: Print directives in found .desktop files.
- `-j`, `--json`: Print .desktop files found and directives to display

View file

@ -21,6 +21,8 @@ The path of XDG directories searched can be modified by altering the environment
.IP "\[ci]" 4
\fB\-h\fR, \fB\-\-help\fR: Print this message and exit\.
.IP "\[ci]" 4
\fB\-q\fR, \fB\-\-quiet\fR: Suppress warnings about inconsistenties such as missing directories or malformed entries in \.desktop files\.
.IP "\[ci]" 4
\fB\-v\fR, \fB\-\-verbose\fR: Print directives in found \.desktop files\.
.IP "\[ci]" 4
\fB\-j\fR, \fB\-\-json\fR: Print \.desktop files found and directives to display as JSON data structure (see also EXAMPLES below)\.