diff --git a/Scripts/Bash/Functions/Render/render_getOptions.sh b/Scripts/Bash/Functions/Render/render_getOptions.sh
index 41a8aad..0f3043c 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-commit-changes,dont-dirspecific,releasever:,basearch:,post-rendition:,last-rendition:,theme-model:,with-brands"
+    local ARGSL="filter:,quiet,answer-yes,dont-dirspecific,releasever:,basearch:,post-rendition:,last-rendition:,theme-model:,with-brands"
 
     # Redefine ARGUMENTS variable using getopt output.
     cli_parseArguments
@@ -49,7 +49,6 @@ function render_getOptions {
 
             --quiet )
                 FLAG_QUIET="true"
-                FLAG_DONT_COMMIT_CHANGES="true"
                 shift 1
                 ;;
 
@@ -58,11 +57,6 @@ function render_getOptions {
                 shift 1
                 ;;
 
-            --dont-commit-changes )
-                FLAG_DONT_COMMIT_CHANGES="true"
-                shift 1
-                ;;
-
             --dont-dirspecific )
                 FLAG_DONT_DIRSPECIFIC="true"
                 shift 1