Bugfix in help text: default values

break
Jakob Schöttl 9 years ago
parent 8cad7fb8eb
commit cacd3c50d1

@ -12,8 +12,8 @@ print_help() {
usage: tdrop [options] <program or 'current'> or one of <auto_show/auto_hide/toggle_auto_hide> usage: tdrop [options] <program or 'current'> or one of <auto_show/auto_hide/toggle_auto_hide>
options: options:
-h height specify a height for a newly created term (default: 100%) -h height specify a height for a newly created term (default: 45%)
-w width specify a width 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) -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) -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) -s name name for tmux or tmuxinator session (requires the program to be a supported terminal)

Loading…
Cancel
Save