From bd126110d8a09888777fefa24382470b8b3d070e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 5 Jan 2014 17:43:11 +0000 Subject: [PATCH] Fix '--pass-all' option name. --- src/client/rspamc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/rspamc.c b/src/client/rspamc.c index 3ed9f1dd4..c90ad1fc8 100644 --- a/src/client/rspamc.c +++ b/src/client/rspamc.c @@ -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 }, -- 2.39.5