diff --git a/bin/q b/bin/q
index 07fc424931cfc42200641d61e9deb2ad5012f21b..2be0dc5e0700dd0d0daca1e9586f166b2acf5cc7 100755
--- a/bin/q
+++ b/bin/q
@@ -5,7 +5,7 @@ if [ -f "$(which squeue 2>/dev/null)" ]; then
     if [ "$#" == "0" ]; then
         squeue -u $(whoami) -o "%.18A %.9P %.25j %.2t %.7c %.5D %.7d %.11M %.15R"
     else
-        squeue "$@"
+        squeue -o "%.18A %.9P %.25j %.2t %.10u %.10g %.7c %.5D %.7d %.11M %.15R" "$@"
     fi
 elif [ -f "$(which bjobs 2>/dev/null)" ]; then
     bjobs "$@"