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;