From d6c1e2cc6b4f2a9840af0743ce594b107e1f8a15 Mon Sep 17 00:00:00 2001 From: James Hannah Date: Wed, 4 Apr 2012 15:39:41 +0100 Subject: Fixed typo in manpage --- bin/mauvesend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/mauvesend') diff --git a/bin/mauvesend b/bin/mauvesend index d30b84a..edb8e33 100644 --- a/bin/mauvesend +++ b/bin/mauvesend @@ -136,13 +136,13 @@ # # To raise an alert: # -# mauvesend -s smtp-out-1.example.com -i mailqueue \\ +# mauvesend -i mailqueue -s smtp-out-1.example.com \\ # -d "Mail queue has 54232 messages in it. That's LOADS" \\ # -u "Mail queue too big on outgoing SMTP server" -r # # To clear an alert: # -# mauvesend -s smtp-out-1.example.com -i mailqueue -c +# mauvesend -i mailqueue -s smtp-out-1.example.com -c # # To create a "heartbeat" alert, i.e. one that says "Currently OK, but raise in the future if nothing more is heard": # -- cgit v1.2.1