Update commandlineparser.cpp

Adjusted for proper string line break code formatting.
This commit is contained in:
Martin Eckleben
2020-09-05 16:41:07 +02:00
committed by borgmanJeremy
parent 944469cd39
commit feda43a0f6

View File

@@ -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<CommandArgument> subArgs;