Small string and copyright updates.
[silc.git] / apps / irssi / src / core / core.c
index b9debbb5c566ecdd4ae842a449253578a72148c2..ad99c4f1da640ec2d07429074fd1959c669f49d1 100644 (file)
@@ -167,8 +167,8 @@ static char *fix_path(const char *str)
 void core_register_options(void)
 {
        static GOptionEntry options[] = {
-               { "config", 0, 0, G_OPTION_ARG_STRING, &irssi_config_file, "Configuration file location (~/.irssi/config)", "PATH" },
-               { "home", 0, 0, G_OPTION_ARG_STRING, &irssi_dir, "Irssi home dir location (~/.irssi)", "PATH" },
+               { "config", 0, 0, G_OPTION_ARG_STRING, &irssi_config_file, "Configuration file location", "PATH" },
+               { "home", 0, 0, G_OPTION_ARG_STRING, &irssi_dir, "SILC Client home dir location", "PATH" },
                { NULL }
        };