diff --git a/src/conf.c b/src/conf.c index 0439a41d..0aa89be5 100644 --- a/src/conf.c +++ b/src/conf.c @@ -387,10 +387,10 @@ static void print_usage(void) printf(" Not recommended in conjunction with the -c option.\n"); printf(" -v : verbose mode - enable all logging types. This overrides\n"); printf(" any logging options given in the config file.\n"); + printf(" --test-config : test config file and exit\n"); printf(" --tls-keylog : log TLS connection information to a file, to allow\n"); printf(" debugging with e.g. wireshark. Do not use on a production\n"); printf(" server.\n"); - printf(" --test-config : test config file and exit\n"); printf("\nSee https://mosquitto.org/ for more information.\n\n"); }