feature(HELPERSCRIPTS): tabular parameter help output

This commit is contained in:
Asif Bacchus
2021-01-15 06:05:01 -07:00
parent 38d6967f68
commit 16df6570bc
+1 -1
View File
@@ -32,7 +32,7 @@ textblockHeader() {
} }
textblockParam() { textblockParam() {
printf "%s%s%s\n" "$info" "$1" "$norm" printf "%s%-35s%s%s\n" "$info" "$1" "$2" "$norm"
} }
textNewline() { textNewline() {