diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-03-29 13:21:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 13:21:55 +0000 |
commit | 28636923e02a6cfac0fc950b963623cbcad5fda9 (patch) | |
tree | 45b548d2af2140523ad4e879c56d897931dcaf0f /src | |
parent | 8654a09f73c1fc63dae8f7ba7ab91999498852c2 (diff) | |
download | alacritty-28636923e02a6cfac0fc950b963623cbcad5fda9.tar.gz alacritty-28636923e02a6cfac0fc950b963623cbcad5fda9.zip |
Update --class docs
Since the `--class` flag has been changed to take effect on Wayland too,
the documentation has been updated to reflect that.
The original change was made in #2077.
Diffstat (limited to 'src')
-rw-r--r-- | src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ impl Options { .arg(Arg::with_name("class") .long("class") .takes_value(true) - .help(&format!("Defines window class on X11 [default: {}]", DEFAULT_NAME))) + .help(&format!("Defines window class on Linux [default: {}]", DEFAULT_NAME))) .arg(Arg::with_name("q") .short("q") .multiple(true) |