diff options
| author | Leonardo Gibrowski FaƩ <73939669+Horus645@users.noreply.github.com> | 2022-03-05 08:24:38 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-05 12:24:38 +0100 |
| commit | c4c0bece59c627e24ea2dd17835a0eceb692e9d5 (patch) | |
| tree | 363d0fca54fd59a949859a04c6d9d1ab8ed0c0ff | |
| parent | 81ba188df00bf12b6290a61e8ddae3f43b8949c6 (diff) | |
| download | river-c4c0bece59c627e24ea2dd17835a0eceb692e9d5.tar.gz river-c4c0bece59c627e24ea2dd17835a0eceb692e9d5.tar.xz | |
docs: fix typo in river(1) man page
| -rw-r--r-- | doc/river.1.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/river.1.scd b/doc/river.1.scd index 4a04860..9a76622 100644 --- a/doc/river.1.scd +++ b/doc/river.1.scd @@ -31,7 +31,7 @@ utility may be used to communicate with river over these protocols. _shell_command_ will be run with _/bin/sh -c_. See the *CONFIGURATION* section for more details. -*-log-level* [*error*|*warn*|*info*|*debug*] +*-log-level* [*error*|*warning*|*info*|*debug*] Set the log level of river. At the *error* log level, only errors are logged. At the *debug* log level, everything is logged including verbose debug messages. |
