diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-01-10 19:52:02 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2007-01-10 19:52:02 +0000 |
commit | c563f6e9ab508630221bc92e0076432132b34547 (patch) | |
tree | 04fc90eb7b1d549e3b21ab789f2db6b0ec8d6141 /src | |
parent | 69196c40e501d8a14d5ad1a7207b00a42fbc6a91 (diff) |
BUILD : 1.7.18 (1222) BUGS : 665 NOTES : Fixed a minor syntax error in anoperc (echi instead of echo)
git-svn-id: svn://svn.anope.org/anope/trunk@1222 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@941 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/anoperc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/anoperc.in b/src/bin/anoperc.in index 2b187d382..b162350a0 100644 --- a/src/bin/anoperc.in +++ b/src/bin/anoperc.in @@ -126,7 +126,7 @@ elif [ "$1" = "help" ] ; then echo "$0 restart Restart Anope (Databases will be saved)" echo " Additional parameters may be passed" echo " (e.g. $0 restart -logchan)" - echi " For a list type $0 $1 paramlist" + echo " For a list type $0 $1 paramlist" echo "$0 rehash Rehash Configuration and Save Databases" echo "$0 version Return Anope Version and Build Information" echo "$0 help Show this help menu" |