Document LTT_DAEMON in lttctl --help
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 10 Mar 2010 20:33:03 +0000 (15:33 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 10 Mar 2010 20:33:03 +0000 (15:33 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttctl/lttctl.c

index e5631928053c4930b57f5ae35b9754a7070b5a85..3011a96f34c88117f237d89b60f47ab3d4079e5e 100644 (file)
@@ -156,6 +156,11 @@ static void show_arguments(void)
        printf("        Set channels root path, For -w option."
                " (ex. /mnt/debugfs/ltt)\n");
        printf("\n");
+       printf(" Environment variables:\n");
+       printf("  LTT_DAEMON\n");
+       printf("       Complete path to the lttd binary (needs to be\n");
+       printf("       specified if different than package build prefix).\n");
+       printf("\n");
 }
 
 /*
This page took 0.022817 seconds and 4 git commands to generate.