diff options
author | James Hannah <james.hannah@bytemark.co.uk> | 2012-04-04 15:39:41 +0100 |
---|---|---|
committer | James Hannah <james.hannah@bytemark.co.uk> | 2012-04-04 15:39:41 +0100 |
commit | d6c1e2cc6b4f2a9840af0743ce594b107e1f8a15 (patch) | |
tree | 46cbe5a69021d54ae3ef6a630790e222e029817f /bin | |
parent | e40c7a7842f7a83862fb365b3e9dd322bbf5fa8c (diff) |
Fixed typo in manpage
Diffstat (limited to 'bin')
-rw-r--r-- | bin/mauvesend | 4 |
1 files changed, 2 insertions, 2 deletions
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 <b>54232</b> messages in it. That's <em>LOADS</em>" \\ # -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": # |