From 323ef0a303f5cfebe4de91df7fbfc9fdc0bd3887 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 10 Mar 2010 15:33:03 -0500 Subject: [PATCH] Document LTT_DAEMON in lttctl --help Signed-off-by: Mathieu Desnoyers --- lttctl/lttctl.c | 5 +++++ 1 file changed, 5 insertions(+) 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"); } /* -- 2.34.1