summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/diag/httpd-error/httpd-error2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/diag/httpd-error/httpd-error b/tools/diag/httpd-error/httpd-error
index e2cbb40..a7f35be 100755
--- a/tools/diag/httpd-error/httpd-error
+++ b/tools/diag/httpd-error/httpd-error
@@ -44,7 +44,7 @@ case "$mode" in
-user)
grep 'File does not exist$' |
awk '{print $8}' |
- sort | uniq -c | sort +1
+ sort | uniq -c | sort -k 2
;;
-userhits)
grep 'File does not exist$' |
OpenPOWER on IntegriCloud