From 115ccb528f5fa4dc6e5af1f95ce048234773e825 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Sep 29 2012 20:28:15 +0000 Subject: Update `Functions/Help/help.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/help.sh b/Scripts/Bash/Functions/Help/help.sh index 5006efa..0160cda 100755 --- a/Scripts/Bash/Functions/Help/help.sh +++ b/Scripts/Bash/Functions/Help/help.sh @@ -191,7 +191,7 @@ function help { # the working copy and changes in the working copy # committed up to repository. if [[ -d ${MANUAL_CHANGED_DIRS} ]];then - cli_commitRepoChanges ${MANUAL_CHANGED_DIRS} + cli_syncronizeRepoChanges ${MANUAL_CHANGED_DIRS} fi # Initialize documentation format functionalities. At @@ -234,6 +234,6 @@ function help { # Syncronize changes between repository and working copy. At this # point, changes in the repository are merged in the working copy # and changes in the working copy committed up to repository. - cli_commitRepoChanges ${MANUAL_CHANGED_DIRS} + cli_syncronizeRepoChanges ${MANUAL_CHANGED_DIRS} }