Skip to content

Commit

Permalink
Update help
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Aug 22, 2024
1 parent 1f07cf2 commit c84f982
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Prefs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;<host[@[<tcp-"
"port>,]<mysql-port]|socket>;<dbname>;<user>;<pw>\n"
Expand All @@ -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;<host[@[<tcp-"
"port>,]<mysql-port]|socket>;<dbname>;<user>;<pw>;<cluster name>\n"
Expand All @@ -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;<host[@[<tcp-"
"port>,]<mysql-port]|socket>;<dbname>;<clickhouse-user>,<mysql-user>;<pw>;\n"
Expand All @@ -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;[<brokerIP[:<port>]]+;<topic>[;<kafka option>=<value>]+\n"
Expand Down

0 comments on commit c84f982

Please sign in to comment.