diff options
Diffstat (limited to 'source3/client')
-rw-r--r-- | source3/client/client.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c index 8d6730cdc6..da4f025755 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2603,7 +2603,8 @@ static void remember_query_host(const char *arg, { "send-buffer", 'b', POPT_ARG_INT, NULL, 'b', "Changes the transmit/send buffer", "BYTES" }, { "port", 'p', POPT_ARG_INT, &port, 'p', "Port to connect to", "PORT" }, POPT_COMMON_SAMBA - POPT_CREDENTIALS + POPT_COMMON_CONNECTION + POPT_COMMON_CREDENTIALS POPT_TABLEEND }; |