From e3c2e719d51d6701d4cc141dd24ed127769899ba Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Fri, 30 May 2025 22:29:35 +0200 Subject: [PATCH] document option --quiet --- README.md | 3 +++ xdg-desktop-search.1 | 2 ++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 2da006f..6d2219a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/xdg-desktop-search.1 b/xdg-desktop-search.1 index 3411c31..88e894f 100644 --- a/xdg-desktop-search.1 +++ b/xdg-desktop-search.1 @@ -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)\.