diff options
| author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-10-09 10:56:05 -0600 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-10-09 11:11:33 -0600 | 
| commit | 935b852dc5b7e042f3eaf446e69048631b8101be (patch) | |
| tree | 585e4320c4582cb533b2625017d6c90c9373de7c /dwl.1 | |
| parent | a18c52830010675cc794984c86db6c39776f914a (diff) | |
add [-d] flag to enable debug logging
Diffstat (limited to '')
| -rw-r--r-- | dwl.1 | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -7,6 +7,7 @@  .Sh SYNOPSIS  .Nm  .Op Fl v +.Op Fl d  .Op Fl s Ar startup command  .Sh DESCRIPTION  .Nm @@ -22,6 +23,12 @@ option,  writes its name and version to standard error and exits unsuccessfully.  .Pp  When given the +.Fl d +option, +.Nm +enables full wlroots logging, including debug information. +.Pp +When given the  .Fl s  option,  .Nm | 
