summaryrefslogtreecommitdiffstats
path: root/qt/tools/dbusidl2cpp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt/tools/dbusidl2cpp.cpp')
-rw-r--r--qt/tools/dbusidl2cpp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/tools/dbusidl2cpp.cpp b/qt/tools/dbusidl2cpp.cpp
index 216c7ced..ab61e672 100644
--- a/qt/tools/dbusidl2cpp.cpp
+++ b/qt/tools/dbusidl2cpp.cpp
@@ -70,7 +70,7 @@ static const char help[] =
"If the file name given to the options -a and -p does not end in .cpp or .h, the\n"
"program will automatically append the suffixes and produce both files.\n"
"You can also use a colon (:) to separate the header name from the source file\n"
- "name, as in '-a filename_p.h:filename.cpp'.";
+ "name, as in '-a filename_p.h:filename.cpp'.\n";
static const char includeList[] =
"#include <QtCore/QByteArray>\n"