From: David Goulet Date: Tue, 7 Feb 2012 21:51:21 +0000 (-0500) Subject: Change default options to lttng view X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=36ef520ff4aa270d5140886b31865003bcb39fea Change default options to lttng view Signed-off-by: David Goulet --- 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", }; /*