diff options
-rwxr-xr-x | Doc/tools/push-docs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/tools/push-docs.sh b/Doc/tools/push-docs.sh index c124f8b..dfccb5b 100755 --- a/Doc/tools/push-docs.sh +++ b/Doc/tools/push-docs.sh @@ -61,6 +61,10 @@ while [ "$#" -gt 0 ] ; do EXPLANATION="`cat $2`" shift 2 ;; + --) + shift 1 + break + ;; -*) echo "Unknown option: $1" >&2 exit 2 |