3a08eb Rename help_getArguments.sh to help_getOptions.sh.

Authored and Committed by areguera 13 years ago
Scripts/Functions/Help/help_getOptions.sh Scripts/Functions/Help/help_getArguments.sh
file renamed
+3 -3
Scripts/Functions/Help/{help_getArguments.sh → help_getOptions.sh} RENAMED
@@ -1,7 +1,7 @@
1
1
#!/bin/bash
2
2
#
3
- # help_getArguments.sh -- This function interpretes arguments passed
4
- # to `manual' functionality and calls actions accordingly.
3
+ # help_getOptions.sh -- This function interpretes arguments passed to
4
+ # `manual' functionality and calls actions accordingly.
5
5
#
6
6
# Copyright (C) 2009-2011 Alain Reguera Delgado
7
7
#
@@ -23,7 +23,7 @@
23
23
# $Id$
24
24
# ----------------------------------------------------------------------
25
25
26
- function help_getArguments {
26
+ function help_getOptions {
27
27
28
28
# Define short options we want to support.
29
29
local ARGSS=""