|
|
|
@ -42,7 +42,7 @@ static const char *description =
|
|
|
|
|
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
|
{
|
|
|
|
|
{ "u <runas>", I18N_NOOP("sets a runas user"), 0 },
|
|
|
|
|
{ "c <command>", I18N_NOOP("The command to execute"), 0 },
|
|
|
|
@ -58,7 +58,7 @@ static KCmdLineOptions options[] =
|
|
|
|
|
{ "comment <dialog text>", I18N_NOOP("The comment that should be displayed in the dialog"), 0},
|
|
|
|
|
{ "noignorebutton", I18N_NOOP("Do not display « ignore » button"), 0 },
|
|
|
|
|
{ "+command", I18N_NOOP("The command to execute"), 0 },
|
|
|
|
|
KCmdLineLastOption
|
|
|
|
|
TDECmdLineLastOption
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|