]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix help text 1513/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 13 Mar 2017 09:21:11 +0000 (11:21 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 13 Mar 2017 09:21:11 +0000 (11:21 +0200)
src/rspamadm/fuzzy_convert.c

index 84e7b4e5f536bb701d621a13ce47480a2b693938..dc15b7e3871c94dfc37a87097547d9a75e1ab6b6 100644 (file)
@@ -56,7 +56,7 @@ rspamadm_fuzzyconvert_help (gboolean full_help)
        const char *help_str;
 
        if (full_help) {
-               help_str = "Convert statistics from sqlite3 to redis\n\n"
+               help_str = "Convert fuzzy hashes from sqlite3 to redis\n\n"
                                "Usage: rspamadm fuzzyconvert -d <sqlite_db> -h <redis_ip>\n"
                                "Where options are:\n\n"
                                "-d: input sqlite\n"
@@ -65,7 +65,7 @@ rspamadm_fuzzyconvert_help (gboolean full_help)
                                "-p: redis password\n";
        }
        else {
-               help_str = "Convert statistics from sqlite3 to redis";
+               help_str = "Convert fuzzy hashes from sqlite3 to redis";
        }
 
        return help_str;
@@ -80,7 +80,7 @@ rspamadm_fuzzyconvert (gint argc, gchar **argv)
        ucl_object_t *obj;
 
        context = g_option_context_new (
-                       "fuzzyconvert - converts statistics from sqlite3 to redis");
+                       "fuzzyconvert - converts fuzzy hashes from sqlite3 to redis");
        g_option_context_set_summary (context,
                        "Summary:\n  Rspamd administration utility version "
                                        RVERSION