From edf6f19b5852b334d7f2b20c0bc2ccf0597cfdd3 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Mon, 6 Apr 2009 18:25:46 -0500 Subject: [PATCH] Correct usage from -P to -M ... --- smtpsink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smtpsink.c b/smtpsink.c index 886d9ef..0b3c418 100644 --- a/smtpsink.c +++ b/smtpsink.c @@ -23,7 +23,7 @@ usage(char *name) { errx(1, "Usage:\n\t" "%s [-f] [-c concurrency] [-u user] [-g group] [-p pidfile]\n\t" - " [-l host:port] [-P plugin_spec]", + " [-l host:port] [-M module_spec]", name); } -- 2.50.1