1
0
Fork 0

Added -R option to repo2html getopts (flag support was there, but option was not recognized)

master
Mike Gerwitz 2013-03-09 10:11:42 -05:00
parent e7fadb3513
commit ba4eed71be
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ cwarn()
# 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
# options)
while getopts t:d:c:l:f: opt; do
while getopts t:d:c:l:f:R: opt; do
case "$opt" in
t) title="$OPTARG";;
d) desc="$OPTARG";;