forked from organicmaps/organicmaps
Fixed -U flag, merges PR #775 by ldragunov
This commit is contained in:
parent
fa6c810753
commit
0210a3d015
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ OPT_WORLD=
|
|||
OPT_UPDATE=
|
||||
OPT_DOWNLOAD=
|
||||
OPT_ROUTING=
|
||||
while getopts ":cuwrh" opt; do
|
||||
while getopts ":cuUwrh" opt; do
|
||||
case $opt in
|
||||
c)
|
||||
OPT_CLEAN=1
|
||||
|
|
Loading…
Add table
Reference in a new issue