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 ;;