summaryrefslogtreecommitdiff
path: root/lib/server/Daemon.cpp
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2012-06-07 20:30:10 +0000
committerChris Wilson <chris+github@qwirx.com>2012-06-07 20:30:10 +0000
commitc931a7abcd3dd79eca807e99ffd26f39410e9f0a (patch)
tree4f1a7e7da366448a6296e7e7e2d0b213625b79be /lib/server/Daemon.cpp
parent4cff1ff674125dc4b543a4d2f3565403580822cc (diff)
Fix typo.
Diffstat (limited to 'lib/server/Daemon.cpp')
-rw-r--r--lib/server/Daemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/server/Daemon.cpp b/lib/server/Daemon.cpp
index c5431f3a..b1ada61d 100644
--- a/lib/server/Daemon.cpp
+++ b/lib/server/Daemon.cpp
@@ -140,7 +140,7 @@ void Daemon::Usage()
" -T Timestamp console output\n"
" -U Timestamp console output with microseconds\n"
" -v Run more verbosely, increase verbosity level by one, can repeat\n"
- " -V Run at maximum verbosity, log everything to console and sysystem\n"
+ " -V Run at maximum verbosity, log everything to console and system\n"
" -W <level> Set verbosity to error/warning/notice/info/trace/everything\n"
;
}