diff options
author | Nathan Lilienthal <nathan@nixpulvis.com> | 2020-09-13 17:10:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-13 21:10:44 +0000 |
commit | c77ab137f15ee16144bbbd89df8eb95b30174744 (patch) | |
tree | 6000102da18c28c802f90277e27a80c32d10a29d /extra | |
parent | 1bf40a8cc77d9082dfb76e028e0f66af88d79958 (diff) | |
download | alacritty-c77ab137f15ee16144bbbd89df8eb95b30174744.tar.gz alacritty-c77ab137f15ee16144bbbd89df8eb95b30174744.zip |
Improve example for the -o CLI flag
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/alacritty.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index 8d89d2c5..535c161c 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -68,7 +68,7 @@ Defines the window dimensions. Falls back to size specified by window manager if Defines the X11 window ID (as a decimal integer) to embed Alacritty within .TP \fB\-o\fR, \fB\-\-option\fR <option>... -Override configuration file options [example: window.title=Alacritty] +Override configuration file options [example: cursor.style=Beam] .TP \fB\-\-position\fR <x-pos> <y-pos> Defines the window position. Falls back to position specified by window manager if unset [default: unset] |