From 36ef520ff4aa270d5140886b31865003bcb39fea Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 7 Feb 2012 16:51:21 -0500 Subject: [PATCH] Change default options to lttng view Signed-off-by: David Goulet --- src/bin/lttng/commands/view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng/commands/view.c b/src/bin/lttng/commands/view.c index a146a91cf..c74241860 100644 --- a/src/bin/lttng/commands/view.c +++ b/src/bin/lttng/commands/view.c @@ -48,7 +48,7 @@ static struct poptOption long_options[] = { /* * This is needed for each viewer since we are using execvp(). */ -static const char *babeltrace_opts[] = { "babeltrace", "-n", "all", }; +static const char *babeltrace_opts[] = { "babeltrace" }; //static const char *lttv_gui_opts[] = { "lttv-gui", "-t", }; /* -- 2.34.1