Skip to content

Commit

Permalink
Change letters to uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
YevhenZvieriev committed Mar 6, 2024
1 parent be32d82 commit 854dc9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compose/bin/docker-stats
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trap 'stty echo; exit' INT EXIT

print_header() {
echo "+----------------------------------------------------+--------------+----------+----------+----------------+"
printf "| %-50s | %-12s | %-8s | %-8s | %-14s |\n" "NAME" "CONTAINER ID" "CPU %" "Memory %" "Memory Usage"
printf "| %-50s | %-12s | %-8s | %-8s | %-14s |\n" "NAME" "CONTAINER ID" "CPU %" "MEM %" "MEM USAGE"
echo "+----------------------------------------------------+--------------+----------+----------+----------------+"
}

Expand Down Expand Up @@ -41,4 +41,3 @@ while true; do

sleep $INTERVAL
done

0 comments on commit 854dc9c

Please sign in to comment.