summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-11 21:15:35 -0500
committerSlávek Banko <slavek.banko@axis.cz>2012-06-13 21:27:51 +0200
commit9cb51ff61e3d88abae33613a94a0cdb3d120b967 (patch)
treeeb265f48f6dfcf20bf4f3d01af0eb387798948c6
parent061684addbde53a6760ddf9ad552c0e10dbaf1eb (diff)
downloadtdebase-9cb51ff61e3d88abae33613a94a0cdb3d120b967.tar.gz
tdebase-9cb51ff61e3d88abae33613a94a0cdb3d120b967.zip
Fix tdesu/tdesudo argument compatibility problem
(cherry picked from commit 59ee4f6630e6ed6b2712600a88d3ba9ce383620b)
-rw-r--r--kdesu/kdesu/kdesu.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kdesu/kdesu/kdesu.cpp b/kdesu/kdesu/kdesu.cpp
index e456064a5..4c3c34bcc 100644
--- a/kdesu/kdesu/kdesu.cpp
+++ b/kdesu/kdesu/kdesu.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},