arzzen 8 년 전
부모
커밋
e4f005f331
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      pert.sh

+ 1
- 1
pert.sh 파일 보기

@@ -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…
취소
저장