From 331307644672a644ab69a40f2673953d0d880e3c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 21:42:30 +0000 Subject: Update `Functions/Render/render_getOptions.sh' file. --- diff --git a/Scripts/Bash/Functions/Render/render_getOptions.sh b/Scripts/Bash/Functions/Render/render_getOptions.sh index 5b57fc9..33213b7 100755 --- a/Scripts/Bash/Functions/Render/render_getOptions.sh +++ b/Scripts/Bash/Functions/Render/render_getOptions.sh @@ -29,7 +29,7 @@ function render_getOptions { local ARGSS="" # Define long options we want to support. - local ARGSL="filter:,quiet,answer-yes,dont-dirspecific,releasever:,basearch:,post-rendition:,last-rendition:,theme-model:,with-brands,commit-changes" + local ARGSL="filter:,quiet,answer-yes,dont-dirspecific,releasever:,basearch:,post-rendition:,last-rendition:,theme-model:,with-brands,sync-changes" # Redefine ARGUMENTS using getopt(1) command parser. cli_parseArguments @@ -98,8 +98,8 @@ function render_getOptions { shift 1 ;; - --commit-changes ) - FLAG_COMMIT_CHANGES='true' + --sync-changes ) + FLAG_SYNC_CHANGES='true' shift 1 ;;