Repository : ssh://git@diktynna/alfred
On branch : master
>---------------------------------------------------------------
commit 166d5dcaa1034b410b4758a3bdde6786264e4d30
Author: Marek Lindner <mareklindner(a)neomailbox.ch>
Date: Thu Aug 4 20:52:11 2022 +0200
alfred: fix erroneous documentation of '-r' argument
Signed-off-by: Marek Lindner <mareklindner(a)neomailbox.ch>
Signed-off-by: Sven Eckelmann <sven(a)narfation.org>
>---------------------------------------------------------------
166d5dcaa1034b410b4758a3bdde6786264e4d30
main.c | 2 +-
man/alfred.8 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/main.c b/main.c
index 3fe7b42..2c3f06e 100644
--- a/main.c
+++ b/main.c
@@ -31,7 +31,7 @@ static void alfred_usage(void)
printf(" -s, --set-data [data type] sets new data to distribute from stdin\n");
printf(" for the supplied data type (0-255)\n");
printf(" -r, --request [data type] collect data from the network and prints\n");
- printf(" it on the network\n");
+ printf(" it on stdout\n");
printf(" -d, --verbose Show extra information in the data output\n");
printf(" -V, --req-version specify the data version set for -s\n");
printf(" -M, --modeswitch primary switch daemon to mode primary\n");
diff --git a/man/alfred.8 b/man/alfred.8
index ca83f02..20c703b 100644
--- a/man/alfred.8
+++ b/man/alfred.8
@@ -67,7 +67,7 @@ must be periodically written again to alfred, otherwise it will timeout and
alfred will forget about it (after 10 minutes).
.TP
\fB\-r\fP, \fB\-\-request\fP \fIdata\-type\fP
-Collect data from the network and prints it on the network
+Collect data from the network and prints it on stdout
.TP
\fB\-d\fP, \fB\-\-verbose\fP
Show extra information in the data output