From 68781e97b6bdfa1f4de7a538505f4c4dcd472be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Tue, 13 Jun 2023 20:05:44 +0200 Subject: [PATCH] Update documentation. --- doc/etc-hackerbase | 2 +- doc/formats.md | 2 +- doc/hackerbase.1 | 9 ++++----- doc/specification.md | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/etc-hackerbase b/doc/etc-hackerbase index 76b40d2..997418d 100644 --- a/doc/etc-hackerbase +++ b/doc/etc-hackerbase @@ -10,7 +10,7 @@ apikeys-file /root/sap/apikey.ntlm bank-dir /root/sap/ # Where to find last checked Fio transaction id -jendasap-checked /root/sap/checked.ntlm +checked-file /root/sap/checked.ntlm # Global sender for any emails sent by the system email-from Brmlab - Rada diff --git a/doc/formats.md b/doc/formats.md index 5064072..7314b29 100644 --- a/doc/formats.md +++ b/doc/formats.md @@ -130,7 +130,7 @@ are used to set initial values for runtime parameters: * members-directory * apikeys-file -* jendasap-checked +* checked-file * bank-dir * email-from * summary-mailto diff --git a/doc/hackerbase.1 b/doc/hackerbase.1 index 372078c..1026322 100644 --- a/doc/hackerbase.1 +++ b/doc/hackerbase.1 @@ -398,10 +398,9 @@ bank API. .SS Last Checked Transaction ID File -A file specified under the "jendasap-checked" key in -\fBCONFIGURATION\fR or given as command-line option \fB\-checked\fR -contains the ID of the last checked bank transaction across all bank -account statements. +A file specified under the "checked-file" key in \fBCONFIGURATION\fR +or given as command-line option \fB\-checked\fR contains the ID of the +last checked bank transaction across all bank account statements. When checking for \fB\-unpaired\fR transactions, only transactions with ID greater than the numeric value stored in this file are @@ -436,7 +435,7 @@ apikeys-file /root/sap/apikey.ntlm bank-dir /root/sap/ # Where to find last checked Fio transaction id -jendasap-checked /root/sap/checked.ntlm +checked-file /root/sap/checked.ntlm # Global sender for any emails sent by the system email-from Brmlab - Rada diff --git a/doc/specification.md b/doc/specification.md index 08765b9..502e312 100644 --- a/doc/specification.md +++ b/doc/specification.md @@ -68,7 +68,7 @@ configuration values. *apikeys-file* -*jendasap-checked* +*checked-file* *bank-dir*