1bd8df Update `tuneup' functionality:

Authored and Committed by areguera 13 years ago
    Update `tuneup' functionality:
    
        - Rename tuneup_getArguments to tuneup_getOptions.
    
    
        
Scripts/Functions/Tuneup/tuneup.sh CHANGED
@@ -29,7 +29,7 @@ function tuneup {
29
29
local ACTIONVAL=''
30
30
31
31
# Interpret arguments and options passed through command-line.
32
- tuneup_getArguments
32
+ tuneup_getOptions
33
33
34
34
# Redefine positional parameters using ARGUMENTS. At this point,
35
35
# option arguments have been removed from ARGUMENTS variable and
Scripts/Functions/Tuneup/tuneup_getOptions.sh Scripts/Functions/Tuneup/tuneup_getArguments.sh
file renamed
+3 -3
Scripts/Functions/Tuneup/{tuneup_getArguments.sh → tuneup_getOptions.sh} RENAMED
@@ -1,7 +1,7 @@
1
1
#!/bin/bash
2
2
#
3
- # tuneup_getArguments.sh -- This function interprets arguments passed to
4
- # tuneup functionality and calls actions accordingly.
3
+ # tuneup_getOptions.sh -- This function interprets option parameters
4
+ # passed to `tuneup' functionality and calls actions accordingly.
5
5
#
6
6
# Copyright (C) 2009-2011 Alain Reguera Delgado
7
7
#
@@ -22,7 +22,7 @@
22
22
# $Id$
23
23
# ----------------------------------------------------------------------
24
24
25
- function tuneup_getArguments {
25
+ function tuneup_getOptions {
26
26
27
27
# Define short options we want to support.
28
28
local ARGSS=""