95c8a9 Update hello module of centos-art.sh script.

Authored and Committed by Alain Reguera Delgado 10 years ago
    Update hello module of centos-art.sh script.
    
    - Previously, there was not an option which helps us describe how
      execution of child and sibling modules work. This updates add the
      --camel and --random options to illustrate each of these processes,
      respectively.
    
    - Previously, hello module was using --uppercase and --lowercase
      options. These names were too long so they were reduced to just
      --upper and --lower, respectively.
    
    - Previously, long options hadn't any short option related. This
      update changes the hello_getOptions function to support short
      options, as well.
    
    - Update hello module's documentation manuals to reflect these
      changes.
    
        
Automation/Modules/Hello/Modules/Output/Modules/Lower/lower.sh Automation/Modules/Hello/Modules/Output/Modules/Default/default.sh
file renamed
+5 -4
Automation/Modules/Hello/Modules/Output/Modules/Random/random.sh Automation/Modules/Hello/Modules/Output/Modules/Uppercase/uppercase.sh
file renamed
+16 -4
Automation/Modules/Hello/Modules/Output/Modules/Upper/upper.sh Automation/Modules/Hello/Modules/Output/Modules/Lowercase/lowercase.sh
file renamed
+5 -5