Standardize lttng command line usage text
[lttng-tools.git] / src / bin / lttng / lttng.c
index f41e9767dcf20240e5809d4f179c71e042412a87..e6ca9cfd9877485339188fbbbf1626f0a8d21ae7 100644 (file)
@@ -82,7 +82,7 @@ static struct cmd_struct commands[] =  {
 static void usage(FILE *ofp)
 {
        fprintf(ofp, "LTTng Trace Control " VERSION" - " VERSION_NAME"\n\n");
-       fprintf(ofp, "usage: lttng [OPTIONS] <COMMAND>\n");
+       fprintf(ofp, "usage: lttng [OPTIONS] <COMMAND> [<ARGS>]\n");
        fprintf(ofp, "\n");
        fprintf(ofp, "Options:\n");
        fprintf(ofp, "  -h, --help                 Show this help\n");
This page took 0.023265 seconds and 4 git commands to generate.