(minor) options fix

pull/1570/head
Ralph Gutmann 2020-04-21 18:34:28 +02:00
parent ce160ff314
commit 306be4dd4f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ about-plugin 'one command to extract them all...'
extract() {
local opt
local OPTIND=1
while getopts "hdv" opt; do
while getopts "hv" opt; do
case "$opt" in
h)
cat <<End-Of-Usage