Improve example for the -o CLI flag

Co-authored-by: Christian Duerr <contact@christianduerr.com>
This commit is contained in:
Nathan Lilienthal 2020-09-13 17:10:44 -04:00 committed by GitHub
parent 1bf40a8cc7
commit c77ab137f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ impl Options {
.short("o")
.multiple(true)
.takes_value(true)
.help("Override configuration file options [example: window.title=Alacritty]"),
.help("Override configuration file options [example: cursor.style=Beam]"),
)
.get_matches();

View file

@ -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]