1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

Style fixes

This commit is contained in:
Joe Wilm 2017-11-11 09:41:37 -08:00 committed by Joe Wilm
parent 812208d8b5
commit 24fce939b7

View file

@ -74,7 +74,8 @@ impl Options {
.long("dimensions") .long("dimensions")
.short("d") .short("d")
.value_names(&["columns", "lines"]) .value_names(&["columns", "lines"])
.help("Defines the window dimensions. Falls back to size specified by window manager if set to 0x0 [default: 80x24]")) .help("Defines the window dimensions. Falls back to size specified by \
window manager if set to 0x0 [default: 80x24]"))
.arg(Arg::with_name("title") .arg(Arg::with_name("title")
.long("title") .long("title")
.short("t") .short("t")
@ -97,7 +98,8 @@ impl Options {
.arg(Arg::with_name("config-file") .arg(Arg::with_name("config-file")
.long("config-file") .long("config-file")
.takes_value(true) .takes_value(true)
.help("Specify alternative configuration file [default: $XDG_CONFIG_HOME/alacritty/alacritty.yml]")) .help("Specify alternative configuration file \
[default: $XDG_CONFIG_HOME/alacritty/alacritty.yml]"))
.arg(Arg::with_name("command") .arg(Arg::with_name("command")
.long("command") .long("command")
.short("e") .short("e")