Merged from silc_1_0_branch.
[silc.git] / apps / irssi / src / core / core.c
index b4e6d6e0627f9607eb01ffb00d5e3410476cc07b..7125344ff0bfc08b79db1cdabe509fa39c6d1959 100644 (file)
@@ -155,8 +155,8 @@ static void sig_init_finished(void)
 void core_init_paths(int argc, char *argv[])
 {
        static struct poptOption options[] = {
-               { "config", 0, POPT_ARG_STRING, NULL, 0, "Configuration file location (~/.irssi/config)", "PATH" },
-               { "home", 0, POPT_ARG_STRING, NULL, 0, "Irssi home dir location (~/.irssi)", "PATH" },
+               { "config", 0, POPT_ARG_STRING, NULL, 0, "Configuration file location (~/.silc/config)", "PATH" },
+               { "home", 0, POPT_ARG_STRING, NULL, 0, "Irssi home dir location (~/.silc)", "PATH" },
                { NULL, '\0', 0, NULL }
        };
        const char *home;