Added -R option to repo2html getopts (flag support was there, but option was not recognized)
parent
e7fadb3513
commit
ba4eed71be
|
@ -47,7 +47,7 @@ cwarn()
|
||||||
# configuration (note that this setup in conjunction with the below defaults
|
# configuration (note that this setup in conjunction with the below defaults
|
||||||
# imply that they can be passed in as environment variables as an alternative to
|
# imply that they can be passed in as environment variables as an alternative to
|
||||||
# options)
|
# options)
|
||||||
while getopts t:d:c:l:f: opt; do
|
while getopts t:d:c:l:f:R: opt; do
|
||||||
case "$opt" in
|
case "$opt" in
|
||||||
t) title="$OPTARG";;
|
t) title="$OPTARG";;
|
||||||
d) desc="$OPTARG";;
|
d) desc="$OPTARG";;
|
||||||
|
|
Loading…
Reference in New Issue