1
0
Fork 0

XTERMOPTIONS not XTERM_OPTIONS

This commit is contained in:
Kaveh Vahedipour 2016-09-30 08:50:32 +02:00
parent 11a9d3bb87
commit 317342ee2e
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ while [[ ${1} ]]; do
shift
;;
-o|--xterm-options)
XTERM_OPTIONS=${2}
XTERMOPTIONS=${2}
shift
;;
-h|--help)