diff --git a/client.c b/client.c index 9ee89415..fe007de4 100644 --- a/client.c +++ b/client.c @@ -78,7 +78,7 @@ main(int argc, char *const *argv) bool hold = false; while (true) { - int c = getopt_long(argc, argv, "+t:a:s:l::hv", longopts, NULL); + int c = getopt_long(argc, argv, "+t:T:a:mFLs:Hl::vh", longopts, NULL); if (c == -1) break;