aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJames Hannah <james.hannah@bytemark.co.uk>2012-04-04 15:39:41 +0100
committerJames Hannah <james.hannah@bytemark.co.uk>2012-04-04 15:39:41 +0100
commitd6c1e2cc6b4f2a9840af0743ce594b107e1f8a15 (patch)
tree46cbe5a69021d54ae3ef6a630790e222e029817f /bin
parente40c7a7842f7a83862fb365b3e9dd322bbf5fa8c (diff)
Fixed typo in manpage
Diffstat (limited to 'bin')
-rw-r--r--bin/mauvesend4
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":
#