summaryrefslogtreecommitdiffstats
path: root/akonadish/syntax_modules/akonadi_count.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akonadish/syntax_modules/akonadi_count.cpp')
-rw-r--r--akonadish/syntax_modules/akonadi_count.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akonadish/syntax_modules/akonadi_count.cpp b/akonadish/syntax_modules/akonadi_count.cpp
index fa3f1fb..5acdcdd 100644
--- a/akonadish/syntax_modules/akonadi_count.cpp
+++ b/akonadish/syntax_modules/akonadi_count.cpp
@@ -75,7 +75,7 @@ bool count(const QStringList &args, State &state)
75Syntax::List syntax() 75Syntax::List syntax()
76{ 76{
77 Syntax count("count", QObject::tr("Returns the number of items of a given type in a resource. Usage: count <type> <resource>"), &AkonadiCount::count, Syntax::EventDriven); 77 Syntax count("count", QObject::tr("Returns the number of items of a given type in a resource. Usage: count <type> <resource>"), &AkonadiCount::count, Syntax::EventDriven);
78 count.completer = &AkonadishUtils::resourceCompleter; 78 count.completer = &AkonadishUtils::typeCompleter;
79 79
80 return Syntax::List() << count; 80 return Syntax::List() << count;
81} 81}