From c77ab137f15ee16144bbbd89df8eb95b30174744 Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Sun, 13 Sep 2020 17:10:44 -0400 Subject: Improve example for the -o CLI flag Co-authored-by: Christian Duerr --- alacritty/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alacritty/src') 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(); -- cgit