summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/report.sh.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/report.sh.tmpl b/doc/report.sh.tmpl
index f964000..9cba6cb 100644
--- a/doc/report.sh.tmpl
+++ b/doc/report.sh.tmpl
@@ -7,7 +7,7 @@ date
echo "uname: "
uname -a
echo "ps: "
-ps -auxw | grep '[t]inyproxy' -
+ps -ef | grep '[t]inyproxy'
echo "ver: "
if [ -x $TINYPROXY_BIN ]; then
$TINYPROXY_BIN -v