From c574d8449432e8e53cae745cf535bc3665edcb6b Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Thu, 14 Mar 2024 17:39:21 -0400 Subject: [PATCH] Added output file to the program manual --- fetcher.use | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/fetcher.use b/fetcher.use index 16db464..212de9b 100644 --- a/fetcher.use +++ b/fetcher.use @@ -6,10 +6,14 @@ are welcome to redistribute it under certain conditions. Please see the GNUGPLv3 license for more details: https://www.gnu.org/licenses/ DESCRIPTION: - A command line utility for reading sensor data over I2C and providing it over stdout. + A command line utility for reading sensor data over I2C and providing it + over stdout. SYNTAX: - fetcher [-e file] + fetcher [-e file -o file] OPTIONS: - -e file Causes fetcher to run in endless mode (constantly re-reads the file it's provided). + -e file Causes fetcher to run in endless mode (constantly re-reads the + file it's provided). + -o file Provides an output file for fetcher to write sensor data. If + none provided, the stdout is used.