diff --git a/Scripts/Bash/Functions/cli_doParseArguments.sh b/Scripts/Bash/Functions/cli_doParseArguments.sh
index e66d0ea..8c1a1e3 100755
--- a/Scripts/Bash/Functions/cli_doParseArguments.sh
+++ b/Scripts/Bash/Functions/cli_doParseArguments.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
-# cli_doParseArguments.sh -- This function uses getopt(1) to parse
-# optional arguments passed to centos-art.sh script.
+# cli_doParseArguments.sh -- This function redefines arguments
+# (ARGUMENTS) global variable using getopt(1) output.
 #
 # Copyright (C) 2009, 2010 Alain Reguera Delgado
 #