arzzen 8 years ago
parent
commit
e4f005f331
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pert.sh

+ 1
- 1
pert.sh View File

@@ -95,7 +95,7 @@ if [[ $total_estimate > 0 ]]; then
95 95
     tpeformat=" | %-13s |%11s |%10s |\n"
96 96
     
97 97
     _divider
98
-    printf "$tpeformat" "Confidence:"
98
+    printf "$tpeformat" "confidence"
99 99
     _divider
100 100
     printf "$tpeformat" "1 Sigma - 68%" $(_calc "$total_estimate - $total_variance") $(_calc "$total_estimate + $total_variance")
101 101
     printf "$tpeformat" "1 Sigma - 95%" $(_calc "$total_estimate - 2 * $total_variance") $(_calc "$total_estimate + 2 * $total_variance")

Loading…
Cancel
Save