summaryrefslogtreecommitdiff
path: root/inputmethod/scim/patches/patch-extras_immodules_agent_scim-bridge-agent-application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'inputmethod/scim/patches/patch-extras_immodules_agent_scim-bridge-agent-application.cpp')
-rw-r--r--inputmethod/scim/patches/patch-extras_immodules_agent_scim-bridge-agent-application.cpp20
1 files changed, 1 insertions, 19 deletions
diff --git a/inputmethod/scim/patches/patch-extras_immodules_agent_scim-bridge-agent-application.cpp b/inputmethod/scim/patches/patch-extras_immodules_agent_scim-bridge-agent-application.cpp
index 5a0866c0b8a..d52a16aa7ee 100644
--- a/inputmethod/scim/patches/patch-extras_immodules_agent_scim-bridge-agent-application.cpp
+++ b/inputmethod/scim/patches/patch-extras_immodules_agent_scim-bridge-agent-application.cpp
@@ -1,4 +1,4 @@
-$NetBSD: patch-extras_immodules_agent_scim-bridge-agent-application.cpp,v 1.1 2012/08/19 08:09:08 obache Exp $
+$NetBSD: patch-extras_immodules_agent_scim-bridge-agent-application.cpp,v 1.2 2014/11/09 02:46:30 obache Exp $
--- extras/immodules/agent/scim-bridge-agent-application.cpp.orig 2012-06-13 15:22:28.000000000 +0000
+++ extras/immodules/agent/scim-bridge-agent-application.cpp
@@ -17,21 +17,3 @@ $NetBSD: patch-extras_immodules_agent_scim-bridge-agent-application.cpp,v 1.1 20
option = getopt_long (argc, argv, short_options, long_options, NULL);
switch (option) {
case 'v':
-@@ -90,14 +90,14 @@ int main (int argc, char *argv[])
- standalone_enabled = true;
- break;
- case 'h':
-- cout << "Usage: scim-bridge-agent [options]" << endl;
-+ cout << "Usage: scim-im-agent [options]" << endl;
- cout << " Options" << endl << endl;
- cout << " -h, --help\tGive this help list" << endl;
- cout << " -v, --verbose\tVerbosely print out the debug message into standard output.This option equals to '--debuglevel=6'" << endl;
- cout << " -q, --quiet\tMake it print no debug message at all.This option equals to '--debuglevel=0" << endl;
- cout << " -l, --debuglevel\tSet how verbosely should it print debug output.'--debuglevel=0' equals to '--queit', and '--debuglevel=9' equals to '--verbose'" << endl;
-- cout << " -s, --standalone\tGiven this, scim-brige-agent won't daemonize itself." << endl;
-- cout << " -n, --noexit\tGiven this, scim-brige-agent won't exit when there is no client." << endl;
-+ cout << " -s, --standalone\tGiven this, scim-im-agent won't daemonize itself." << endl;
-+ cout << " -n, --noexit\tGiven this, scim-im-agent won't exit when there is no client." << endl;
- exit (0);
- break;
- case ':':