diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-26 19:03:07 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-26 19:03:07 +0000 |
commit | 2b178a5398a22960e048c2d103095cb312a8039c (patch) | |
tree | e9baa58ef893ed7fbdffefdcb3bc20a33420762b | |
parent | 9e1f287e32a9cddd5e34edbf2aecaf0d685bc171 (diff) | |
download | tdebase-2b178a5398a22960e048c2d103095cb312a8039c.tar.gz tdebase-2b178a5398a22960e048c2d103095cb312a8039c.zip |
Fix kdesu breaking all DCOP communication in the current TDE session
This closes Bug 394
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1260900 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kdesu/kdesu/kdesu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdesu/kdesu/kdesu.cpp b/kdesu/kdesu/kdesu.cpp index 1500f6205..3d18b8764 100644 --- a/kdesu/kdesu/kdesu.cpp +++ b/kdesu/kdesu/kdesu.cpp @@ -62,7 +62,7 @@ static KCmdLineOptions options[] = { { "t", I18N_NOOP("Enable terminal output (no password keeping)"), 0 }, { "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 }, + { "newdcop", I18N_NOOP("Create a new dcopserver instance (this can break your current TDE session)"), 0 }, { "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}, |