summaryrefslogtreecommitdiffstats
path: root/amtider.c
diff options
context:
space:
mode:
Diffstat (limited to 'amtider.c')
-rw-r--r--amtider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amtider.c b/amtider.c
index 3f0fefd..1655a92 100644
--- a/amtider.c
+++ b/amtider.c
@@ -212,7 +212,7 @@ int main(int argc, char *argv[])
snprintf(r.pass, sizeof(r.pass), "%s", h);
for (;;) {
- if (-1 == (c = getopt(argc, argv, "df:ghvqu:p:LC:")))
+ if (-1 == (c = getopt(argc, argv, "cdf:ghvqu:p:LC:")))
break;
switch (c) {
case 'v':