diff options
Diffstat (limited to 'src/cli.rs')
-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") |