Skip to content

Commit

Permalink
doc: fix documentation of verbosity argument
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Nemo <[email protected]>
  • Loading branch information
CameronNemo committed May 4, 2019
1 parent c8a9396 commit c52f512
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions doc/man/brillo.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,10 @@ should take. This flag is silently ignored when not setting the brightness.

*Verbosity*

By default, **brillo** outputs zero debugging information. To enable logs
on **stderr**, use the verbosity argument: **-v** *loglevel*. The loglevel
is a value between 0 and 3, corresponding to the following priorities:

* **0**: No debug output (default)
* **1**: Errors
* **2**: Errors, warnings
* **3**: Errors, warnings, notices
By default, **brillo** outputs only warnings or more severe messages.
To enable more verbose logs on **stderr**, use the verbosity argument:
**-v** *loglevel*.
The loglevel is a value between 0 and 8 (corresponding to syslog severities).

# EXAMPLES

Expand Down Expand Up @@ -150,7 +146,7 @@ Activate a specific controller LED:

# COPYRIGHT

Copyright (C) 2018 Cameron Nemo, 2014 Fredrik Haikarainen
Copyright (C) 2018-2019 Cameron Nemo, 2014 Fredrik Haikarainen

This is free software, see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE

0 comments on commit c52f512

Please sign in to comment.