summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-01-05 21:13:55 +0100
committerJulien Valroff <julien@kirya.net>2010-01-05 21:13:55 +0100
commitaf8b44a4d3ff75208e55fcab4ce40f7425ecf352 (patch)
tree68a182eb7c87ae2b08a690bfd991b743607f7439
parentf06e329e224476fe8dd96915ca728be3935916b8 (diff)
Improve comment about extra_options
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 1217cdf..329a95c 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -21,7 +21,7 @@ BOOT_START=${BOOT_START}
MAIL_LOG=${MAIL_LOG}
# Ignore mails from localhost (true|false) [debconf]
IGNORE_LOCALHOST=${IGNORE_LOCALHOST}
-# see mailgraph -h output
+# Extra options to be passed to mailgraph (see mailgraph -h output)
EXTRA_OPTIONS="${EXTRA_OPTIONS}"
EOF
return $?