diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 21:40:59 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-04 21:40:59 +0100 |
commit | d0b5d53f92027863292116181d75fd0a68075003 (patch) | |
tree | d4b9386cbec5d08013cecce72b47b85d4c2b2e5b /src/fe-text/fe-text.c | |
parent | 5c9283fc688004d3b519c8410141475ab3928a28 (diff) |
Some more platform unification
Diffstat (limited to 'src/fe-text/fe-text.c')
-rw-r--r-- | src/fe-text/fe-text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/fe-text.c b/src/fe-text/fe-text.c index a970e537..6b57eec6 100644 --- a/src/fe-text/fe-text.c +++ b/src/fe-text/fe-text.c @@ -457,7 +457,7 @@ static const GOptionEntry gopt_entries[] = {"no-auto", 'a', 0, G_OPTION_ARG_NONE, &arg_dont_autoconnect, N_("Don't auto connect to servers"), NULL}, {"cfgdir", 'd', 0, G_OPTION_ARG_STRING, &arg_cfgdir, N_("Use a different config directory"), "PATH"}, {"no-plugins", 'n', 0, G_OPTION_ARG_NONE, &arg_skip_plugins, N_("Don't auto load any plugins"), NULL}, - {"plugindir", 'p', 0, G_OPTION_ARG_NONE, &arg_show_autoload, N_("Show plugin auto-load directory"), NULL}, + {"plugindir", 'p', 0, G_OPTION_ARG_NONE, &arg_show_autoload, N_("Show plugin/script auto-load directory"), NULL}, {"configdir", 'u', 0, G_OPTION_ARG_NONE, &arg_show_config, N_("Show user config directory"), NULL}, {"url", 0, 0, G_OPTION_ARG_STRING, &arg_url, N_("Open an irc://server:port/channel URL"), "URL"}, {"version", 'v', 0, G_OPTION_ARG_NONE, &arg_show_version, N_("Show version information"), NULL}, |