diff --git a/build.sh b/build.sh
index f6fb71ea2a6ba8fb78a641a90c22862413d99955..b94f3695d3cbf5b2b229d8f23c392261fc466baf 100755
--- a/build.sh
+++ b/build.sh
@@ -24,7 +24,7 @@ usage() {
     echo "    --arch=ARCH (Compile binary for this architecture)"
     echo ""
     echo "    Below is a list of supported combinations (1st column: OS / 2nd column: Arch):"
-    go tool dist list|awk -F'/' '{printf "OS: "$1"\011=> Arch: "$2"\n"}'
+    echo "OS         ARCH"; go tool dist list | column -t -s '/' --table-columns =======,=======
     exit
 }