diff --git a/src/Prefs.cpp b/src/Prefs.cpp index 558d7f77780b..092bc2221f34 100644 --- a/src/Prefs.cpp +++ b/src/Prefs.cpp @@ -586,7 +586,7 @@ void usage() { #if defined(HAVE_CLICKHOUSE) && defined(NTOPNG_PRO) && defined(HAVE_MYSQL) printf( " | clickhouse Dump in ClickHouse " - "(Enterprise M/L/XL)\n" + "(Enterprise M/L/XL/XXL)\n" " | Format:\n" " | clickhouse;,];;;\n" @@ -600,7 +600,7 @@ void usage() { " |\n" #ifndef HAVE_NEDGE " | clickhouse-cluster Dump in " - "ClickHouse Cluster (Enterprise M/L/XL)\n" + "ClickHouse Cluster (Enterprise M/L/XL/XXL)\n" " | Format:\n" " | clickhouse-cluster;,];;;;\n" @@ -617,7 +617,7 @@ void usage() { " |\n" #endif " | clickhouse-cloud Dump in " - "ClickHouse Cloud (Enterprise M/L/XL)\n" + "ClickHouse Cloud (Enterprise M/L/XL/XXL)\n" " | Format:\n" " | clickhouse-cloud;,];;,;;\n" @@ -644,7 +644,7 @@ void usage() { #if defined(HAVE_KAFKA) && defined(NTOPNG_PRO) " |\n" " | kafka Dump to Kafka (Enterprise " - "M/L/XL)\n" + "M/L/XL/XXL)\n" " | Format:\n" " | " "kafka;[]]+;[;=]+\n"