From 8f311a85990a706f2619afd46e4980d2025e96b7 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 03 2011 15:58:08 +0000 Subject: Update cli_printUrl.sh. --- 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')/"