3a08eb
Rename help_getArguments.sh to help_getOptions.sh.
@@ -1,7 +1,7 @@
|
|
1
1
|
|
2
2
|
#
|
3
|
-
#
|
4
|
-
#
|
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
|
26
|
+
function help_getOptions {
|
27
27
|
|
28
28
|
# Define short options we want to support.
|
29
29
|
local ARGSS=""
|