We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8789a38 commit 36d1edeCopy full SHA for 36d1ede
show-busy-java-threads.sh
@@ -24,7 +24,7 @@ EOF
24
exit $1
25
}
26
27
-ARGS=`getopt -a -o c:p:h -l count:,pid:,help -- "$@"`
+ARGS=`getopt -n "$PROG" -a -o c:p:h -l count:,pid:,help -- "$@"`
28
[ $? -ne 0 ] && usage 1
29
eval set -- "${ARGS}"
30
0 commit comments