summaryrefslogtreecommitdiff
path: root/kde-unstable/kdepim/fix-console-build.patch
blob: 552b8c0c1c6755df6fa0248a3ee5efe2b58c4403 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/console/kabcclient/src/main.cpp
+++ b/console/kabcclient/src/main.cpp
@@ -117,7 +117,7 @@ int main(int argc, char** argv)
 
     cmdLineOptions.add("match-case", ki18n("Match key fields case sensitive. UID is always matched case sensitive"));
 
-    cmdLineOptions.add(ki18n("+[input data]"), ki18n("Input to use instead of reading stdin"));
+    cmdLineOptions.add("+[input data]", ki18n("Input to use instead of reading stdin"));
 
     KCmdLineArgs::addCmdLineOptions(cmdLineOptions);
     KCmdLineArgs::init(argc, argv, &aboutData);