From fbbc223e238e0a2da0caff921bdf5aa42f424549 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 14 Jul 2013 12:32:23 -0400 Subject: 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. --- man/desktop-file-validate.1 | 7 +++++-- 1 file 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. -- cgit v1.2.3