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 /alacritty/src | |
parent | 1bf40a8cc77d9082dfb76e028e0f66af88d79958 (diff) | |
download | r-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.rs | 2 |
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(); |