summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.c b/src/client/client.c
index 54535a3..814c5d0 100644
--- a/src/client/client.c
+++ b/src/client/client.c
@@ -60,7 +60,7 @@ int main(int argc, char *argv[])
int opt = 0;
int longIndex = 0;
- static const char *optString = "H:p:i:d:D:c:hv?";
+ static const char *optString = "H:p:i:d:c:hv?";
static const struct option longOpts[] =
{
{ "host", required_argument, NULL, 'H' },