docs: fix typo in river(1) man page

This commit is contained in:
Leonardo Gibrowski Faé
2022-03-05 08:24:38 -03:00
committed by GitHub
parent 81ba188df0
commit c4c0bece59

View File

@ -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.