diff options
-rw-r--r-- | src/rspamadm/rescore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rspamadm/rescore.c b/src/rspamadm/rescore.c index 34f5d708b..926740023 100644 --- a/src/rspamadm/rescore.c +++ b/src/rspamadm/rescore.c @@ -48,7 +48,7 @@ static GOptionEntry entries[] = { {"logdir", 'l', 0, G_OPTION_ARG_FILENAME, &logdir, "Logs directory", NULL}, {"output", 'o', 0, G_OPTION_ARG_FILENAME, &output, - "Scores output locaiton", NULL}, + "Scores output location", NULL}, {"diff", 'd', 0, G_OPTION_ARG_NONE, &score_diff, "Print score diff", NULL}, {"config", 'c', 0, G_OPTION_ARG_STRING, &config, @@ -196,4 +196,4 @@ rspamadm_rescore (gint argc, gchar **argv) { cfg->rcl_obj, "rescore"); } -}
\ No newline at end of file +} |