mirror of https://gitee.com/bigwinds/arangodb
XTERMOPTIONS not XTERM_OPTIONS
This commit is contained in:
parent
11a9d3bb87
commit
317342ee2e
|
@ -73,7 +73,7 @@ while [[ ${1} ]]; do
|
|||
shift
|
||||
;;
|
||||
-o|--xterm-options)
|
||||
XTERM_OPTIONS=${2}
|
||||
XTERMOPTIONS=${2}
|
||||
shift
|
||||
;;
|
||||
-h|--help)
|
||||
|
|
Loading…
Reference in New Issue