mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-03-26 18:10:02 +00:00
Update commandlineparser.cpp
Adjusted for proper string line break code formatting.
This commit is contained in:
committed by
borgmanJeremy
parent
944469cd39
commit
feda43a0f6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user