summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-06 17:23:57 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-06 17:23:57 +0800
commitc9dab029a3f84fe529c0c90dcf8571f1c0c16d85 (patch)
treeacaeca64bc7f52aa2b7d9b96e243f53241986874 /bus
parent2b30fe871a569b8d33d9fa2e97307f9ef6224c0d (diff)
downloadibus-c9dab029a3f84fe529c0c90dcf8571f1c0c16d85.tar.gz
ibus-c9dab029a3f84fe529c0c90dcf8571f1c0c16d85.tar.xz
ibus-c9dab029a3f84fe529c0c90dcf8571f1c0c16d85.zip
Change rescan to re-scan
Diffstat (limited to 'bus')
-rw-r--r--bus/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/main.c b/bus/main.c
index 31ca8b0..eec1df0 100644
--- a/bus/main.c
+++ b/bus/main.c
@@ -45,7 +45,7 @@ static const GOptionEntry entries[] =
{ "panel", 'p', 0, G_OPTION_ARG_STRING, &panel, "specify the cmdline of panel program.", "cmdline" },
{ "config", 'c', 0, G_OPTION_ARG_STRING, &config, "specify the cmdline of config program.", "cmdline" },
{ "address", 'a', 0, G_OPTION_ARG_STRING, &address, "specify the address of ibus daemon.", "address" },
- { "rescan", 'r', 0, G_OPTION_ARG_NONE, &g_rescan, "force to rescan components, and recreate registry cache.", NULL },
+ { "re-scan", 'r', 0, G_OPTION_ARG_NONE, &g_rescan, "force to re-scan components, and re-create registry cache.", NULL },
{ "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "verbose.", NULL },
{ NULL },
};