]> source.dussan.org Git - rspamd.git/commitdiff
Fix '--pass-all' option name.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 5 Jan 2014 17:43:11 +0000 (17:43 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 5 Jan 2014 17:43:11 +0000 (17:43 +0000)
src/client/rspamc.c

index 3ed9f1dd4e70c24d63f79d0f423f89cff689411b..c90ad1fc87dbea54a68ee92880bbf334050e6bfe 100644 (file)
@@ -56,7 +56,7 @@ static GOptionEntry entries[] =
                { "classifier", 'c', 0, G_OPTION_ARG_STRING, &classifier, "Classifier to learn spam or ham", NULL },
                { "weight", 'w', 0, G_OPTION_ARG_INT, &weight, "Weight for fuzzy operations", NULL },
                { "flag", 'f', 0, G_OPTION_ARG_INT, &flag, "Flag for fuzzy operations", NULL },
-               { "pass", 'p', 0, G_OPTION_ARG_NONE, &pass_all, "Pass all filters", NULL },
+               { "pass-all", 'p', 0, G_OPTION_ARG_NONE, &pass_all, "Pass all filters", NULL },
                { "verbose", 'v', 0, G_OPTION_ARG_NONE, &verbose, "More verbose output", NULL },
                { "ip", 'i', 0, G_OPTION_ARG_STRING, &ip, "Emulate that message was received from specified ip address", NULL },
                { "user", 'u', 0, G_OPTION_ARG_STRING, &user, "Emulate that message was from specified user", NULL },