From f8931babe81c347c273c41a5c8bb214a8ca30f45 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 14 Jul 2013 12:28:40 -0400 Subject: Tweak help output to stay within 80 columns --- src/validator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validator.c b/src/validator.c index 20512a6..b04dd34 100644 --- a/src/validator.c +++ b/src/validator.c @@ -36,7 +36,7 @@ static char **filename = NULL; static GOptionEntry option_entries[] = { { "no-hints", 0, 0, G_OPTION_ARG_NONE, &no_hints, "Do not output hints to improve desktop file", NULL }, { "no-warn-deprecated", 0, 0, G_OPTION_ARG_NONE, &no_warn_deprecated, "Do not warn about usage of deprecated items", NULL }, - { "warn-kde", 0, 0, G_OPTION_ARG_NONE, &warn_kde, "Warn about usage of KDE extensions to the specification", NULL }, + { "warn-kde", 0, 0, G_OPTION_ARG_NONE, &warn_kde, "Warn if KDE extensions to the specification are used", NULL }, { G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &filename, NULL, "" }, { NULL } }; -- cgit v1.2.3