domainfind: Make -d take an argument
lol
This commit is contained in:
parent
606779e8e1
commit
75e87025ad
@ -103,7 +103,7 @@ main() {
|
||||
# Parse out arguments
|
||||
while [ -n "$1" ]; do
|
||||
# Parse out flags
|
||||
while getopts ":dhv" opt; do
|
||||
while getopts ":d:hv" opt; do
|
||||
case $opt in
|
||||
d)
|
||||
_optdict="$OPTARG"
|
||||
|
Loading…
Reference in New Issue
Block a user