Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b4b88 commit 96b935eCopy full SHA for 96b935e
1 file changed
Doc/tools/push-docs.sh
@@ -61,6 +61,10 @@ while [ "$#" -gt 0 ] ; do
61
EXPLANATION="`cat $2`"
62
shift 2
63
;;
64
+ --)
65
+ shift 1
66
+ break
67
+ ;;
68
-*)
69
echo "Unknown option: $1" >&2
70
exit 2
0 commit comments