mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Improve example for the -o CLI flag
Co-authored-by: Christian Duerr <contact@christianduerr.com>
This commit is contained in:
parent
1bf40a8cc7
commit
c77ab137f1
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue