document -qvd options

This commit is contained in:
Devin J. Pohly 2020-06-03 15:05:12 -05:00
parent 525bf258e4
commit 78187f5e65
2 changed files with 13 additions and 6 deletions

View file

@ -74,6 +74,12 @@ this process a SIGTERM and wait for it to terminate (if it hasn't already).
This makes it ideal not only for initialization but also for execing into a
user-level service manager like s6 or `systemd --user`.
More/less verbose output can be requested with flags as well:
* `-q`: quiet (log level WLR_SILENT)
* `-v`: verbose (log level WLR_INFO)
* `-d`: debug (log level WLR_DEBUG)
## Known limitations and issues