From: Mathieu Desnoyers Date: Mon, 14 Nov 2011 14:31:22 +0000 (-0500) Subject: lttng enable-events: fix argument parsing X-Git-Tag: v2.0-pre15~125 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=40e9d5d35c87e260affd0e806152a8b28ce6c211;hp=40e9d5d35c87e260affd0e806152a8b28ce6c211;p=lttng-tools.git lttng enable-events: fix argument parsing We should only specify one of arg expected is a string/opt string _or_ that the callback needs to read it, but not both. Causes some arguments to be skipped with some libpopt versions. Signed-off-by: Mathieu Desnoyers ---