summaryrefslogtreecommitdiffstats
path: root/tdesu/tdesu
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 21:15:35 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 21:15:35 -0500
commit59ee4f6630e6ed6b2712600a88d3ba9ce383620b (patch)
tree8e9b8672a3c548b087d305711d18de9371c31b60 /tdesu/tdesu
parent1085164f7f5be427f50d592426b1ab8061df58b5 (diff)
downloadtdebase-59ee4f6630e6ed6b2712600a88d3ba9ce383620b.tar.gz
tdebase-59ee4f6630e6ed6b2712600a88d3ba9ce383620b.zip
Fix tdesu/tdesudo argument compatibility problem
Diffstat (limited to 'tdesu/tdesu')
-rw-r--r--tdesu/tdesu/tdesu.cpp1
1 files changed, 1 insertions, 0 deletions
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 <prio>", 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 <comment>", I18N_NOOP("Ignored"), "" },
{ "noignorebutton", I18N_NOOP("Do not display ignore button"), 0 },
{ "i <icon name>", 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},