From 88cfd8993ae80fb971ffe23a4bc79cd427cff2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Fri, 26 May 2023 15:35:17 +0200 Subject: [PATCH] Finish manpage options. --- doc/hackerbase.1 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/doc/hackerbase.1 b/doc/hackerbase.1 index f86791c..947d0ff 100644 --- a/doc/hackerbase.1 +++ b/doc/hackerbase.1 @@ -63,6 +63,10 @@ hackerbase - HackerSpace Members Database tool .OP "OPTIONS ..." .YS +.SH "ACTIONS" + + + .SH "OPTIONS" .TP @@ -113,6 +117,48 @@ across all bank account statements. The value read from configuration file can be overriden by this option. This file is used for the \fB\-unpaired\fR action. +.TP +.B \-from \fRemail +Specify sender email address. The value read from configuration file +can be overriden by this option. + +.TP +.B \-sendmail +Actually send emails for all email-sending actions. Without this +option, the email headers and body is only printed to standard output. + +.TP +.B \-mailto \fRemail +Override all outgoing emails destination. Can be used for testing what +the recipients actually receive by sending notifications to different +email address and check whether the contents of the email are really +as required. + +.TP +.B \-logfile \fRfilename +Enable logging to file. Mainly useful for running from cron. Adds +timestamps to log messages. + +.TP +.B \-quiet +Suppress all progress output. + +.TP +.B \-mi \fRid +Specify member by ID. + +.TP +.B \-mn \fRnick +Specify member by nickname. + +.TP +.B \-destroyed +Show destroyed members in \fB-fees\fR action as well. + +.TP +.B \-ml-all +Load all mailman list memberships to show them in members info. + .SH "FILES" .SH "CONFIGURATION" .SH "COPYRIGHT"