diff options
Diffstat (limited to 'scripts/get-sp-md.sh')
-rwxr-xr-x | scripts/get-sp-md.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/get-sp-md.sh b/scripts/get-sp-md.sh index f162aa8c..f967872c 100755 --- a/scripts/get-sp-md.sh +++ b/scripts/get-sp-md.sh @@ -13,7 +13,8 @@ metadataurl=$1 if [ -z "$metadataurl" ] ; then cat <<EOF Usage: `basename $0` <metadataurl> -Ex: `basename $0` https://www.mysp.com/Shibboleth.sso/Metadata +Ex: `basename $0` https://shibsp.mysite.com/Shibboleth.sso/Metadata + `basename $0` https://shibidp.mysite.com/idp/profile/Metadata/SAML `basename $0` file://some-downloaded-metadata.xml EOF exit 1 |