summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0c6a63c..c35bcb5 100644
--- a/src/main.c
+++ b/src/main.c
@@ -20,7 +20,7 @@ int main(int argc, char *argv[])
bool servermode = true;
data_store_t *ds = data_store();
- const char* accepted = "n:s:p:h:";
+ const char* accepted = "n:s:p:h";
while((opt = getopt(argc, argv, accepted)) != -1)
{
switch(opt)