From eb2fa01ab5180d879d8fc217e0de7bfb26ba53fa Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Mar 08 2011 17:59:55 +0000 Subject: Update identity_getActions.sh: - Rename `--grouped-by' option to '--group-by'. --- diff --git a/Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh b/Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh index 2e8cbcf..bf6c691 100644 --- a/Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh +++ b/Scripts/Bash/Cli/Functions/Identity/identity_getActions.sh @@ -30,7 +30,7 @@ function identity_getActions { local ARGSS="" # Define long options we want to support. - local ARGSL="render:,releasever:,basearch:,copy:,to:,convert-to:,grouped-by:,theme-model:" + local ARGSL="render:,releasever:,basearch:,copy:,to:,convert-to:,group-by:,theme-model:" # Parse arguments using getopt(1) command parser. cli_doParseArguments @@ -84,7 +84,7 @@ function identity_getActions { shift 2 ;; - --grouped-by ) + --group-by ) FLAG_GROUPED_BY="$2" shift 2 ;;