Message ID | 20100622204048.5228.76910.stgit@mj.roinet.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/scripts/admin-update.sh b/scripts/admin-update.sh index 7592546..4eb7c3e 100755 --- a/scripts/admin-update.sh +++ b/scripts/admin-update.sh @@ -85,7 +85,7 @@ nag_pending() { nag_crap() { printf "${RED}%10s${NORMAL} - Crap changes not yet posted\n" $2 - printf "${RED}%10s${NORMAL} - Crap additions not yet merged\n" $3 + printf "${RED}%10s${NORMAL} - Crap additions not yet posted\n" $3 printf "${RED}%10s${NORMAL} - Crap deletions not yet posted\n" $4 printf "${RED}%10s${NORMAL} - %% of crap code\n" $(perl -e 'printf("%.4f", 100 * '$2' / '$1');') }