From feda43a0f6d9874a48acc86c176831f79115fccb Mon Sep 17 00:00:00 2001 From: Martin Eckleben <1571683+Martin-Eckleben@users.noreply.github.com> Date: Sat, 5 Sep 2020 16:41:07 +0200 Subject: [PATCH] Update commandlineparser.cpp Adjusted for proper string line break code formatting. --- src/cli/commandlineparser.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cli/commandlineparser.cpp b/src/cli/commandlineparser.cpp index ca641a52..783651d4 100644 --- a/src/cli/commandlineparser.cpp +++ b/src/cli/commandlineparser.cpp @@ -353,7 +353,8 @@ CommandLineParser::printHelp(QStringList args, const Node* node) .arg(argText); // short section about default behavior - helpText += QStringLiteral("Per default runs Flameshot in the background and adds a tray icon for configuration.\n\n"); + helpText += QStringLiteral("Per default runs Flameshot in the background and \ + adds a tray icon for configuration.\n\n"); // add command options and subarguments QList subArgs;