diff options
author | Travis Finkenauer <tmfink@users.noreply.github.com> | 2024-05-12 13:01:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-12 20:01:41 +0000 |
commit | 3a7f21b00c50748016bc4aa2916b13b5a2e27b76 (patch) | |
tree | 2924537b84e4ee4384e60f271ae047d601b63885 | |
parent | 7077a5f4cb5d23ce91a0509f7fae423458698170 (diff) | |
download | alacritty-3a7f21b00c50748016bc4aa2916b13b5a2e27b76.tar.gz alacritty-3a7f21b00c50748016bc4aa2916b13b5a2e27b76.zip |
Add missing comma to alacritty(5) manpage
-rw-r--r-- | extra/man/alacritty.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index a26b3d96..1b56210b 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -661,7 +661,7 @@ terminal and pipe it to other applications. Default: _"jfkdls;ahgurieowpq"_ -*enabled* = [{ *<regex>*, *<hyperlinks>*, *<post_processing>*, *<persist>*, *<action>*, *<command>* *<binding>*, *<mouse>* },] +*enabled* = [{ *<regex>*, *<hyperlinks>*, *<post_processing>*, *<persist>*, *<action>*, *<command>*, *<binding>*, *<mouse>* },] Array with all available hints. |