From: Mathieu Desnoyers Date: Wed, 10 Mar 2010 20:33:03 +0000 (-0500) Subject: Document LTT_DAEMON in lttctl --help X-Git-Tag: 0.80~2 X-Git-Url: http://git.lttng.org/?p=ltt-control.git;a=commitdiff_plain;h=323ef0a303f5cfebe4de91df7fbfc9fdc0bd3887 Document LTT_DAEMON in lttctl --help Signed-off-by: Mathieu Desnoyers --- diff --git a/lttctl/lttctl.c b/lttctl/lttctl.c index e563192..3011a96 100644 --- a/lttctl/lttctl.c +++ b/lttctl/lttctl.c @@ -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"); } /*