From: David Goulet Date: Thu, 22 Aug 2013 20:56:22 +0000 (-0400) Subject: Fix: remove calibrate syscall option from code X-Git-Tag: v2.2.4~13 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=24aa905d6ce4283c13cdacff133289276a828078;p=lttng-tools.git Fix: remove calibrate syscall option from code Fixes #586 Signed-off-by: David Goulet --- diff --git a/src/bin/lttng/commands/calibrate.c b/src/bin/lttng/commands/calibrate.c index 9c524bd12..7014fdd58 100644 --- a/src/bin/lttng/commands/calibrate.c +++ b/src/bin/lttng/commands/calibrate.c @@ -73,8 +73,8 @@ static struct poptOption long_options[] = { * tracer anymore. */ {"function:entry", 0, POPT_ARG_NONE, 0, OPT_FUNCTION_ENTRY, 0, 0}, -#endif {"syscall", 0, POPT_ARG_NONE, 0, OPT_SYSCALL, 0, 0}, +#endif {"list-options", 0, POPT_ARG_NONE, NULL, OPT_LIST_OPTIONS, NULL, NULL}, {0, 0, 0, 0, 0, 0, 0} };