diff --git a/Scripts/Functions/cli_printUrl.sh b/Scripts/Functions/cli_printUrl.sh index 01fe58f..c5f183f 100755 --- a/Scripts/Functions/cli_printUrl.sh +++ b/Scripts/Functions/cli_printUrl.sh @@ -107,6 +107,11 @@ function cli_printUrl { shift 1 ;; + --cc-sharealike ) + URL="http://creativecommons.org/licenses/by-sa/3.0/" + shift 1 + ;; + --with-locale ) if [[ ! $(cli_getCurrentLocale) =~ '^en' ]];then URL="${URL}$(cli_getCurrentLocale '--langcode-only')/"