summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-02 01:42:40 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-02 01:42:40 +0000
commit49e8fd6b5301e7eded8d06c720386ca3124c6180 (patch)
treedb1277d9d21f5fd57e6c632a727788136d52d0dd /src/inspircd.cpp
parente4e04327286456c1600ebfbc08168b61c0d0a0f7 (diff)
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.cpp2
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);
}
}