From 8c01036aab57a59a9921d4c9eae0f113004aab21 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 9 Dec 2014 22:56:54 +0100 Subject: more accurate descriptions --- tests/hawd/modules/check.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hawd/modules/check.cpp b/tests/hawd/modules/check.cpp index e334fb8..be7df9f 100644 --- a/tests/hawd/modules/check.cpp +++ b/tests/hawd/modules/check.cpp @@ -33,6 +33,7 @@ CheckAll::CheckAll() : Module() { setSyntax(Syntax("checkall", &CheckAll::check)); + setDescription(QObject::tr("Checks all dataset descriptions for validity and prints out any errors it finds")); } bool CheckAll::check(const QStringList &commands, State &state) @@ -52,7 +53,7 @@ Check::Check() Syntax top("check", &Check::check); setSyntax(top); - setDescription(QObject::tr("Checks a dataset description for validity and prints out any errors it finds")); + setDescription(QObject::tr("Checks one or more dataset descriptions for validity and prints out any errors it finds")); } bool Check::check(const QStringList &commands, State &state) -- cgit v1.2.3