--- mcore-src/trunk/mcore-tools/src/modules/citrix/storefront.client.class.in 2015/08/26 12:04:22 2384 +++ mcore-src/trunk/mcore-tools/src/modules/citrix/storefront.client.class.in 2015/08/26 12:05:04 2385 @@ -54,7 +54,7 @@ local password="${CLASS_ARGV[5]}" local i - [[ -z ${action} ]] && help_citrix_session && return 1 + [[ -z ${action} ]] && help_storefront_session && return 1 case "${action}" in add) @@ -110,7 +110,7 @@ ${MCORE_LIBDIR}/storefront-session --query fi ;; - *) help_citrix_session && return 1 ;; + *) help_storefront_session && return 1 ;; esac }