Refactored function parameter documentation.

Cleaned up function documentation to be consistent with rest of
project.
This commit is contained in:
Brooke Kuhlmann
2018-07-29 16:05:09 -06:00
parent 5c12a47f11
commit 023c8bbae2
3 changed files with 20 additions and 60 deletions

View File

@@ -4,8 +4,7 @@
# Defines command line prompt options.
# Process option selection.
# Parameters:
# $1 = The option to process.
# Parameters: $1 (required) - The option to process.
process_option() {
case $1 in
'B')