kdesudo: format and indent

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-31 19:38:07 +03:00
parent a2a57db88f
commit 4c2efb764e

View file

@ -65,9 +65,13 @@ KdeSudo::KdeSudo(const QString &icon, const QString &appname)
bool attach = args->isSet("attach");
if (!args->isSet("c") && !args->count()) {
KMessageBox::information(0, i18n("No command arguments supplied!\n"
KMessageBox::information(
nullptr,
i18n(
"No command arguments supplied!\n"
"Usage: kdesudo [-u <runas>] <command>\n"
"KdeSudo will now exit...")
"KdeSudo will now exit..."
)
);
exit(0);
}