domainfind: Make -d take an argument

lol
This commit is contained in:
Salt 2020-02-23 01:36:11 -06:00
parent 606779e8e1
commit 75e87025ad
1 changed files with 1 additions and 1 deletions

View File

@ -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"