This commit is contained in:
Quentin 2019-09-24 18:11:23 +02:00
parent f30f654329
commit 17a5159b6f

View file

@ -395,6 +395,6 @@ int main(int argc, char** argv) {
return 0;
usage:
fprintf(stderr, "Usage: %s -h <host> -p <port> [-l] [-t <udp|tor>] [-c <count>] [-i <ms>] [-s <bytes>]\n", argv[0]);
fprintf(stderr, "Usage: %s -h <host> -p <port> [-l] [-r] [-t <udp|tor>] [-c <count>] [-i <ms>] [-s <bytes>]\n", argv[0]);
exit(EXIT_FAILURE);
}