diff options
Diffstat (limited to 'tools/bash.html')
-rw-r--r-- | tools/bash.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bash.html b/tools/bash.html index 3827059..1a5514d 100644 --- a/tools/bash.html +++ b/tools/bash.html @@ -270,7 +270,7 @@ function parse_args() { esac done # users responsibility to reset OPTIND - OPTIND=0 + OPTIND=1 } parse_args -f xxx -c |