diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2003-12-02 20:56:40 +0000 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2011-08-21 15:53:50 +0200 |
commit | 9fcf4aeb6569c492d152d60ee92da1ec149cbc7d (patch) | |
tree | 33c08b4edf603164d353a9f825342bb2caed07c3 /miniircd | |
parent | eb2493f3245c6733fa8a2fa8593f532d22c64010 (diff) | |
download | miniircd-9fcf4aeb6569c492d152d60ee92da1ec149cbc7d.tar.gz miniircd-9fcf4aeb6569c492d152d60ee92da1ec149cbc7d.zip |
Tiny fiddling with help text
Diffstat (limited to 'miniircd')
-rwxr-xr-x | miniircd | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |