aboutsummaryrefslogtreecommitdiff
path: root/alacritty.man
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-07-01 16:36:15 +0000
committerGitHub <noreply@github.com>2018-07-01 16:36:15 +0000
commit12f952df42941be8a94a90f9a029e041c9281142 (patch)
treeaeb1589a4acf5cb20264c05dab572cce578b0ace /alacritty.man
parent12afbd007db8a8995617b3e7ebda3840860bbadc (diff)
downloadr-alacritty-12f952df42941be8a94a90f9a029e041c9281142.tar.gz
r-alacritty-12f952df42941be8a94a90f9a029e041c9281142.tar.bz2
r-alacritty-12f952df42941be8a94a90f9a029e041c9281142.zip
Update manpage to document all CLI options
The introduction of `--class` has added a flag to the CLI without adding it to the manpage. This has been fixed by updating the manpage. This also adds the default values of `--class` and `--title` to the CLI options.
Diffstat (limited to 'alacritty.man')
-rw-r--r--alacritty.man3
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty.man b/alacritty.man
index 31e2934e..31ea2ba9 100644
--- a/alacritty.man
+++ b/alacritty.man
@@ -36,6 +36,9 @@ Increases the level of verbosity (the max level is \fB\-vvv\fR)
Prints version information
.SH "OPTIONS"
.TP
+\fB\-\-class\fR <class>
+Defines the window class on X11 [default: Alacritty]
+.TP
\fB\-e\fR, \fB\-\-command\fR <command>...
Command and args to execute (must be last argument)
.HP