From ea661f7d4409848a00557d6220b43993f48b9bcb Mon Sep 17 00:00:00 2001 From: Marco Rubin Date: Fri, 5 Feb 2021 18:09:56 +0000 Subject: [PATCH] Added missing endline --- cli/kdeconnect-cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))) {