Documentation : --help and manpage for live streaming
[lttngtop.git] / src / lttngtop.c
index 8cec6d52c1ffeb0765cc56eb93f914c374493d47..bfae663182c0cb89a9dd0d59da74a5627d66f09a 100644 (file)
@@ -548,6 +548,8 @@ void usage(FILE *fp)
        fprintf(fp, "  -f, --child              Follow threads associated with selected PIDs\n");
        fprintf(fp, "  -n, --hostname           Comma-separated list of hostnames to display (require hostname context in trace)\n");
        fprintf(fp, "  -k, --kprobes            Comma-separated list of kprobes to insert (same format as lttng enable-event)\n");
+       fprintf(fp, "  -r, --relay-hostname     Network live streaming : hostname of the lttng-relayd (default port)\n");
+       fprintf(fp, "  -b, --begin              Network live streaming : read the trace for the beginning of the recording\n");
 }
 
 /*
This page took 0.022285 seconds and 4 git commands to generate.