fix config parsing
This commit is contained in:
parent
a8e197cd7c
commit
71b7c3a5ff
1 changed files with 2 additions and 1 deletions
3
strm
3
strm
|
|
@ -34,7 +34,8 @@ list=false
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
case $arg in
|
case $arg in
|
||||||
-c|--config)
|
-c|--config)
|
||||||
config="$1"
|
config="$2"
|
||||||
|
shift
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-h|--help)
|
-h|--help)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue