From cacd3c50d18b701fbeb8bb4ba38106ae7959b1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Sch=C3=B6ttl?= Date: Tue, 29 Mar 2016 16:21:12 +0200 Subject: [PATCH] Bugfix in help text: default values --- tdrop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdrop b/tdrop index 7de4979..22da755 100755 --- a/tdrop +++ b/tdrop @@ -12,8 +12,8 @@ print_help() { usage: tdrop [options] or one of options: - -h height specify a height for a newly created term (default: 100%) - -w width specify a width for a newly created term (default: 45%) + -h height specify a height for a newly created term (default: 45%) + -w width specify a width for a newly created term (default: 100%) -x pos specify x offset for a newly created term (default: 0) -y pos specify y offset for a newly created term (default: 1, see BUGS in man) -s name name for tmux or tmuxinator session (requires the program to be a supported terminal)