diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-07-14 12:32:23 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2013-07-18 10:42:01 -0400 |
commit | fbbc223e238e0a2da0caff921bdf5aa42f424549 (patch) | |
tree | fd78fc01947909f6e9fad67a7a7e48d0b2f3ae9c | |
parent | f8931babe81c347c273c41a5c8bb214a8ca30f45 (diff) |
Update the desktop-file-validate man page
The man page was not mentioning --no-hints, and was referring
to version 1.0 of the desktop entry spec. This commit fixes
both issues.
-rw-r--r-- | man/desktop-file-validate.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/desktop-file-validate.1 b/man/desktop-file-validate.1 index 9697c27..df81b8b 100644 --- a/man/desktop-file-validate.1 +++ b/man/desktop-file-validate.1 @@ -6,10 +6,10 @@ .SH NAME desktop-file-validate \- Validate desktop entry files .SH SYNOPSIS -.B desktop-file-validate [\-\-no-warn-deprecated] [\-\-warn-kde] FILE... +.B desktop-file-validate [\-\-no-hints] [\-\-no-warn-deprecated] [\-\-warn-kde] FILE... .SH DESCRIPTION The \fIdesktop-file-validate\fP program is a tool to validate desktop -entry files according to the Desktop Entry specification 1.0. +entry files according to the Desktop Entry specification 1.1. .PP The specification describes a file format to provide information such as name, icon and description for an application. Such a file can then be @@ -23,6 +23,9 @@ The desktop entry files are commonly called \fBdesktop files\fP. .SH OPTIONS The following options are supported: .TP +.I --no-hints +Do not output hints about things that might be improved in the desktop file. +.TP .I --no-warn-deprecated Do not warn about usage of deprecated items that were defined in previous versions of the specification. |