From 02d6e279c9f74430314523b50af3a304c947b9e3 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 16 2011 19:57:25 +0000 Subject: Update comments in help.sh. --- diff --git a/Scripts/Functions/Help/help.sh b/Scripts/Functions/Help/help.sh index 256ab8d..344d630 100755 --- a/Scripts/Functions/Help/help.sh +++ b/Scripts/Functions/Help/help.sh @@ -1,8 +1,8 @@ #!/bin/bash # -# help.sh -- This function provides documentation features to -# centos-art.sh script. Here we initialize documentation variables and -# call help_getArguments functions. +# help.sh -- This function standardizes the way documentation is +# produced and maintain inside the working copy of CentOS Artwork +# Repository. # # Copyright (C) 2009, 2010, 2011 The CentOS Project # @@ -56,7 +56,7 @@ function help { # to find out which is the last argument in the list. When # copying files inside the repository, the last argument in the # list is considered the target location and all other arguments - # are considered source the locations. Similary, when renaming + # are considered the source locations. Similary, when renaming # files, only two arguments can be passed. for ACTIONVAL in "$@";do ACTIONVALS[((++${#ACTIONVALS[*]}))]="$ACTIONVAL"