Skip to content

Commit

Permalink
Added output file to the program manual
Browse files Browse the repository at this point in the history
  • Loading branch information
linguini1 committed Mar 14, 2024
1 parent 624e03d commit c574d84
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions fetcher.use
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit c574d84

Please sign in to comment.