diff --git a/tools/unix/generate_planet.sh b/tools/unix/generate_planet.sh index e7ba167b25..a2653f9d86 100755 --- a/tools/unix/generate_planet.sh +++ b/tools/unix/generate_planet.sh @@ -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