From: chris mikkelson Date: Mon, 6 Apr 2009 23:25:46 +0000 (-0500) Subject: Correct usage from -P to -M ... X-Git-Url: https://git.mikk.net/?a=commitdiff_plain;h=edf6f19b5852b334d7f2b20c0bc2ccf0597cfdd3;p=smtpsink Correct usage from -P to -M ... --- 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); }