diff options
| author | 2006-10-02 01:42:40 +0000 | |
|---|---|---|
| committer | 2006-10-02 01:42:40 +0000 | |
| commit | 49e8fd6b5301e7eded8d06c720386ca3124c6180 (patch) | |
| tree | db1277d9d21f5fd57e6c632a727788136d52d0dd /src/inspircd.cpp | |
| parent | Update credits (add pippijn/jamie to startup notice, move jamie from contribu... (diff) | |
| download | inspircd++-49e8fd6b5301e7eded8d06c720386ca3124c6180.tar.gz inspircd++-49e8fd6b5301e7eded8d06c720386ca3124c6180.tar.bz2 inspircd++-49e8fd6b5301e7eded8d06c720386ca3124c6180.zip | |
Remove -notraceback and -nolimit from command line help; these options are removed and deprecated/removed respectivly.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5387 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 3ee4d4113..60af8e235 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -222,7 +222,7 @@ InspIRCd::InspIRCd(int argc, char** argv) } else { - printf("Usage: %s [-nofork] [-nolog] [-debug] [-wait] [-nolimit] [-notraceback] [-logfile <filename>]\n",argv[0]); + printf("Usage: %s [-nofork] [-nolog] [-debug] [-wait] [-logfile <filename>]\n",argv[0]); Exit(ERROR); } } |
