diff options
-rwxr-xr-x | scripts/get-sp-md.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get-sp-md.sh b/scripts/get-sp-md.sh index 4926c010..f162aa8c 100755 --- a/scripts/get-sp-md.sh +++ b/scripts/get-sp-md.sh @@ -14,6 +14,7 @@ if [ -z "$metadataurl" ] ; then cat <<EOF Usage: `basename $0` <metadataurl> Ex: `basename $0` https://www.mysp.com/Shibboleth.sso/Metadata + `basename $0` file://some-downloaded-metadata.xml EOF exit 1 fi |