From 9fcf4aeb6569c492d152d60ee92da1ec149cbc7d Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Tue, 2 Dec 2003 20:56:40 +0000 Subject: Tiny fiddling with help text --- README | 5 ++--- miniircd | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README b/README index 8f8c1dd..7a2bf8d 100644 --- a/README +++ b/README @@ -21,9 +21,8 @@ Description: * Can't connect to other IRC servers. * Only knows the most basic IRC commands. * No IRC operators. - * No channel IRC operators. - * No other mechanism to reject clients than requiring a server - password. + * No channel operators. + * No other mechanism to reject clients than requiring a password. Requirements: diff --git a/miniircd b/miniircd index 853184b..6a1dbf0 100755 --- a/miniircd +++ b/miniircd @@ -719,8 +719,7 @@ def displayUsage(): print " -p, --password X Require connection password X. Default: no password." print " --ports X Listen to ports X (a list separated by comma or" print " whitespace). Default: 6667." - print " -v, --verbose Be verbose (print connections and deconnections on" - print " stdout)." + print " -v, --verbose Be verbose (print some progress messages on stdout)." def main(argv): try: -- cgit v1.2.3