aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 15:00:53 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-02 15:00:53 +0000
commitd72d02311f02b12e93a8ce3de513d99b41c5bd0b (patch)
tree8f7f77d4972078022dd8cfafa6f24657de08ad36 /tools
parent4e86fcacf69e8dac21f67db61babdcae80903dc2 (diff)
downloadsrc-d72d02311f02b12e93a8ce3de513d99b41c5bd0b.tar.gz
src-d72d02311f02b12e93a8ce3de513d99b41c5bd0b.zip
Use double-quotes instead of single-quotes when displaying the usage
so that the shell interpolates $0. PR: 17121 Submitted by: Peng HaiJie <phj@cn.FreeBSD.org>
Notes
Notes: svn path=/head/; revision=57697
Diffstat (limited to 'tools')
-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 43cb3c41ab32..badce56f141e 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