X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fenable_consumer.c;fp=src%2Fbin%2Flttng%2Fcommands%2Fenable_consumer.c;h=77e3ad9112ff2d3504df7b8f2ed078e7f56f2a2e;hp=0a61362220b80138dde5ee4a192ddb29639f0662;hb=16de1a24449a4ea2ea57f8183abb4dd34255ac66;hpb=ad20f4747b375cf21623ece9f76c9a9b54c493bb diff --git a/src/bin/lttng/commands/enable_consumer.c b/src/bin/lttng/commands/enable_consumer.c index 0a6136222..77e3ad911 100644 --- a/src/bin/lttng/commands/enable_consumer.c +++ b/src/bin/lttng/commands/enable_consumer.c @@ -107,7 +107,7 @@ static void usage(FILE *ofp) fprintf(ofp, " > file://...\n"); fprintf(ofp, " Local filesystem full path.\n"); fprintf(ofp, "\n"); - fprintf(ofp, " > net[4|6]://...\n"); + fprintf(ofp, " > net[6]://...\n"); fprintf(ofp, " This will use the default network transport layer which is\n"); fprintf(ofp, " TCP for both control (PORT1) and data port (PORT2).\n"); fprintf(ofp, " The default ports are respectively 5342 and 5343.\n");