(minor) options fix
parent
ce160ff314
commit
306be4dd4f
|
|
@ -5,7 +5,7 @@ about-plugin 'one command to extract them all...'
|
||||||
extract() {
|
extract() {
|
||||||
local opt
|
local opt
|
||||||
local OPTIND=1
|
local OPTIND=1
|
||||||
while getopts "hdv" opt; do
|
while getopts "hv" opt; do
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
h)
|
h)
|
||||||
cat <<End-Of-Usage
|
cat <<End-Of-Usage
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue