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 43cb3c4..badce56 100755
--- a/tools/diag/httpd-error/httpd-error
+++ b/tools/diag/httpd-error/httpd-error
@@ -54,7 +54,7 @@ case "$mode" in
uniq -c | sort -nr
;;
- *) echo 'usage $0 {-host|-filehits|-user|-userhits} < error.log' >&2
+ *) echo "usage $0 {-host|-filehits|-user|-userhits} < error.log" >&2
exit 1
;;
esac
OpenPOWER on IntegriCloud