diff --git a/hampi-utilities.version b/hampi-utilities.version index 2baab63..78a712e 100644 --- a/hampi-utilities.version +++ b/hampi-utilities.version @@ -1 +1 @@ -VERSION="2.1.12" \ No newline at end of file +VERSION="2.1.13" \ No newline at end of file diff --git a/tnc.sh b/tnc.sh index 3b62cc3..b686f0c 100755 --- a/tnc.sh +++ b/tnc.sh @@ -97,7 +97,7 @@ #% #================================================================ #- IMPLEMENTATION -#- version ${SCRIPT_NAME} 3.3.7 +#- version ${SCRIPT_NAME} 3.3.8 #- author Steve Magnuson, AG7GN #- license CC-BY-SA Creative Commons License #- script_id 0 @@ -392,11 +392,8 @@ SCRIPT_OPTS=':hc:v-:' typeset -A ARRAY_OPTS ARRAY_OPTS=( [help]=h + [config]=c [version]=v - [man]=h - [script]=s - [timestamp]=t - [wait]=w ) LONG_OPTS="^($(echo "${!ARRAY_OPTS[@]}" | tr ' ' '|'))="