Update load help message
authorDavid Goulet <dgoulet@efficios.com>
Wed, 26 Mar 2014 15:19:15 +0000 (11:19 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 26 Mar 2014 15:19:15 +0000 (11:19 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/load.c

index 1d0e42bdc5f4ed1c60667ebb72cfbdcea297201d..711ac04216383c42ef44e887a8472f6f6022ded6 100644 (file)
@@ -55,10 +55,14 @@ static void usage(FILE *ofp)
        fprintf(ofp, "usage: lttng load [OPTIONS] [SESSION]\n");
        fprintf(ofp, "\n");
        fprintf(ofp, "Options:\n");
-       fprintf(ofp, "  -h, --help           Show this help\n");
-       fprintf(ofp, "  -a, --all            Load all sessions (default)\n");
-       fprintf(ofp, "  -i, --input-path     Input path of the session configuration(s)\n");
-       fprintf(ofp, "  -f, --force          Override existing session configuration(s)\n");
+       fprintf(ofp, "  -h, --help               Show this help\n");
+       fprintf(ofp, "  -a, --all                Load all sessions (default)\n");
+       fprintf(ofp, "  -i, --input-path PATH    Input path of the session file(s).\n");
+       fprintf(ofp, "                           If a directory, load all files in it\n");
+       fprintf(ofp, "                           else try to load the given file.\n");
+       fprintf(ofp, "  -f, --force              Override existing session(s).\n");
+       fprintf(ofp, "                           This will destroy existing session(s)\n");
+       fprintf(ofp, "                           before creating new one(s).\n");
 }
 
 /*
This page took 0.025205 seconds and 4 git commands to generate.