From 59ee4f6630e6ed6b2712600a88d3ba9ce383620b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 11 Jun 2012 21:15:35 -0500 Subject: [PATCH] Fix tdesu/tdesudo argument compatibility problem --- tdesu/tdesu/tdesu.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tdesu/tdesu/tdesu.cpp b/tdesu/tdesu/tdesu.cpp index 3511b1fa0..8ea82fbbd 100644 --- a/tdesu/tdesu/tdesu.cpp +++ b/tdesu/tdesu/tdesu.cpp @@ -63,6 +63,7 @@ static KCmdLineOptions options[] = { { "p ", I18N_NOOP("Set priority value: 0 <= prio <= 100, 0 is lowest"), "50" }, { "r", I18N_NOOP("Use realtime scheduling"), 0 }, { "nonewdcop", I18N_NOOP("Let command use existing dcopserver"), 0 }, + { "comment ", I18N_NOOP("Ignored"), "" }, { "noignorebutton", I18N_NOOP("Do not display ignore button"), 0 }, { "i ", I18N_NOOP("Specify icon to use in the password dialog"), 0}, { "d", I18N_NOOP("Do not show the command to be run in the dialog"), 0},