aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2020-09-13 17:10:44 -0400
committerGitHub <noreply@github.com>2020-09-13 21:10:44 +0000
commitc77ab137f15ee16144bbbd89df8eb95b30174744 (patch)
tree6000102da18c28c802f90277e27a80c32d10a29d /alacritty/src
parent1bf40a8cc77d9082dfb76e028e0f66af88d79958 (diff)
downloadr-alacritty-c77ab137f15ee16144bbbd89df8eb95b30174744.tar.gz
r-alacritty-c77ab137f15ee16144bbbd89df8eb95b30174744.tar.bz2
r-alacritty-c77ab137f15ee16144bbbd89df8eb95b30174744.zip
Improve example for the -o CLI flag
Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'alacritty/src')
-rw-r--r--alacritty/src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/src/cli.rs b/alacritty/src/cli.rs
index 418e3791..047c8d2e 100644
--- a/alacritty/src/cli.rs
+++ b/alacritty/src/cli.rs
@@ -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();