From c77ab137f15ee16144bbbd89df8eb95b30174744 Mon Sep 17 00:00:00 2001 From: Nathan Lilienthal Date: Sun, 13 Sep 2020 17:10:44 -0400 Subject: [PATCH] Improve example for the -o CLI flag Co-authored-by: Christian Duerr --- alacritty/src/cli.rs | 2 +- extra/alacritty.man | 2 +- 2 files changed, 2 insertions(+), 2 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(); diff --git a/extra/alacritty.man b/extra/alacritty.man index 8d89d2c5..535c161c 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -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