From dd97607b0945c6b1b441e98df987ca61d83b4ad8 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 13 2012 17:04:55 +0000 Subject: Update `Functions/Svn/svn_getOptions.sh' file. --- diff --git a/Scripts/Bash/Functions/Svn/svn_getOptions.sh b/Scripts/Bash/Functions/Svn/svn_getOptions.sh index 63fe410..366ea71 100644 --- a/Scripts/Bash/Functions/Svn/svn_getOptions.sh +++ b/Scripts/Bash/Functions/Svn/svn_getOptions.sh @@ -43,7 +43,7 @@ function svn_getOptions { case "$1" in -h | --help ) - ${CLI_NAME} help --read --format="texinfo" trunk/Scripts/Bash/Functions/Svn + cli_runFnEnvironment help --read --format="texinfo" trunk/Scripts/Bash/Functions/Svn shift 1 exit ;; @@ -88,6 +88,11 @@ function svn_getOptions { shift 1 ;; + --delete ) + ACTIONNAMS="${ACTIONNAMS} svn_deleteRepoFile" + shift 1 + ;; + -- ) # Remove the `--' argument from the list of arguments # in order for processing non-option arguments