Refactored function parameter documentation.
Cleaned up function documentation to be consistent with rest of project.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user