diff --git a/cli/kdeconnect-cli.cpp b/cli/kdeconnect-cli.cpp index 0c3b3fc94..c041f6150 100644 --- a/cli/kdeconnect-cli.cpp +++ b/cli/kdeconnect-cli.cpp @@ -285,7 +285,7 @@ int main(int argc, char** argv) reply.waitForFinished(); } else { - QTextStream(stderr) << i18n("error: should specify the SMS's recipient by passing --destination "); + QTextStream(stderr) << i18n("error: should specify the SMS's recipient by passing --destination ") << endl; return 1; } } else if(parser.isSet(QStringLiteral("ring"))) {