diff --git a/helpers/update.sh b/helpers/update.sh index 274256d..fcf24bf 100644 --- a/helpers/update.sh +++ b/helpers/update.sh @@ -32,7 +32,7 @@ textblockHeader() { } textblockParam() { - printf "%s%s%s\n" "$info" "$1" "$norm" + printf "%s%-35s%s%s\n" "$info" "$1" "$2" "$norm" } textNewline() {