diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-02-10 18:42:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 18:42:57 +0000 |
commit | 83d7f60449ec7b0a1d9700568af3164f73f81f32 (patch) | |
tree | d686f0bf872d98d87a67ab310ff03660a6e54c06 /src | |
parent | b55e219bc4a5378caa9e0070cdf59a9be7ec48d1 (diff) | |
download | alacritty-83d7f60449ec7b0a1d9700568af3164f73f81f32.tar.gz alacritty-83d7f60449ec7b0a1d9700568af3164f73f81f32.zip |
Fix dimensions CLI/manpage docs
Diffstat (limited to 'src')
-rw-r--r-- | src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ impl Options { .short("d") .value_names(&["columns", "lines"]) .help("Defines the window dimensions. Falls back to size specified by \ - window manager if set to 0x0 [default: 80x24]")) + window manager if set to 0x0 [default: 0x0]")) .arg(Arg::with_name("title") .long("title") .short("t") |