summaryrefslogtreecommitdiff
path: root/daemon/rrdbotd.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/rrdbotd.c')
-rw-r--r--daemon/rrdbotd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/rrdbotd.c b/daemon/rrdbotd.c
index e2b0248..a2976a5 100644
--- a/daemon/rrdbotd.c
+++ b/daemon/rrdbotd.c
@@ -226,7 +226,7 @@ main(int argc, char* argv[])
g_state.timeout = DEFAULT_TIMEOUT;
/* Parse the arguments nicely */
- while((ch = getopt(argc, argv, "c:d:Mp:r:t:w:V")) != -1)
+ while((ch = getopt(argc, argv, "c:d:m:Mp:r:t:w:V")) != -1)
{
switch(ch)
{