diff options
author | Jeff Windsor <jeff.windsor@gmail.com> | 2020-07-03 23:13:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 09:13:32 +0300 |
commit | e1474a1e5fe866e0444f9a97ede69bbe9b1f3b44 (patch) | |
tree | 2bdb0f0c63b5d30b646e683d297c602a53c7810a /extra/alacritty.man | |
parent | 09179d06fd07c13deb0b108a6f9264f77d9d9599 (diff) | |
download | alacritty-e1474a1e5fe866e0444f9a97ede69bbe9b1f3b44.tar.gz alacritty-e1474a1e5fe866e0444f9a97ede69bbe9b1f3b44.zip |
Update --help for class option to match manpage
Diffstat (limited to 'extra/alacritty.man')
-rw-r--r-- | extra/alacritty.man | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index 9d56a78b..9d90def4 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -42,8 +42,10 @@ Increases the level of verbosity (the max level is \fB\-vvv\fR) Prints version information .SH "OPTIONS" .TP -\fB\-\-class\fR [ <instance> | <instance>,<general> ] -Defines the window class hint on Linux [default: Alacritty,Alacritty ] +\fB\-\-class\fR <instance> | <instance>,<general> +Defines the window class hint on Linux [default: Alacritty,Alacritty] + +On Wayland the instance class sets the `app_id`, while the general class is ignored. .TP \fB\-e\fR, \fB\-\-command\fR <command>... Command and args to execute (must be last argument) |