commit 42cae95c567ab4b7d5380cc33cdb2a68ab7fb63d
parent 5fce254f5b634d55d53a929a449b60cb98d76a3a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 7 Jan 2021 21:27:51 -0500
taler-auditor-offline(1): fix typo: s/-o, --output/-l, --logfile/g
Diffstat:
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/manpages/taler-auditor-offline.1.rst b/manpages/taler-auditor-offline.1.rst
@@ -15,7 +15,7 @@ Synopsis
[**-c** *FILENAME* | **––config=**\ \ *FILENAME*]
[**-h** | **––help**]
[**-L** *LOGLEVEL* | **––loglevel=**\ \ *LOGLEVEL*]
-[**-o** *FILE* | **––output=**\ \ *FILE*]
+[**-l** *FILENAME* | **––logfile=**\ \ *FILENAME*]
[**-v** | **––version**]
[subcommand ...]
@@ -61,9 +61,8 @@ The general options for **taler-auditor-offline** are:
Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
``WARNING``, ``ERROR``.
-**-o** *FILE* \| **––output=**\ \ *FILE*
- Where to write a denomination key signing request file to be given to
- the auditor.
+**-l** *FILENAME* \| **––logfile=**\ \ *FILENAME*
+ Send logging output to *FILENAME*.
**-v** \| **––version**
Print version information.