diff --git a/contrib/get_aerosol_climo.sh b/contrib/get_aerosol_climo.sh index bdb7feab..fdaaf301 100755 --- a/contrib/get_aerosol_climo.sh +++ b/contrib/get_aerosol_climo.sh @@ -10,7 +10,7 @@ print_help() { echo " --help Show this help message and exit." } -verbose="-nv" +verbose="-q" # Parse command-line arguments while [[ "$#" -gt 0 ]]; do case $1 in diff --git a/contrib/get_all_static_data.sh b/contrib/get_all_static_data.sh index ee039a0c..d7d9aa7e 100755 --- a/contrib/get_all_static_data.sh +++ b/contrib/get_all_static_data.sh @@ -10,7 +10,7 @@ print_help() { echo " --help Show this help message and exit." } -verbose="-nv" +verbose="-q" # Parse command-line arguments while [[ "$#" -gt 0 ]]; do case $1 in diff --git a/contrib/get_mg_inccn_data.sh b/contrib/get_mg_inccn_data.sh index c70045c1..6b37ec78 100755 --- a/contrib/get_mg_inccn_data.sh +++ b/contrib/get_mg_inccn_data.sh @@ -10,7 +10,7 @@ print_help() { echo " --help Show this help message and exit." } -verbose="-nv" +verbose="-q" # Parse command-line arguments while [[ "$#" -gt 0 ]]; do case $1 in diff --git a/contrib/get_thompson_tables.sh b/contrib/get_thompson_tables.sh index b1f63232..b40188e7 100755 --- a/contrib/get_thompson_tables.sh +++ b/contrib/get_thompson_tables.sh @@ -10,7 +10,7 @@ print_help() { echo " --help Show this help message and exit." } -verbose="-nv" +verbose="-q" # Parse command-line arguments while [[ "$#" -gt 0 ]]; do case $1 in