From: Mathieu Desnoyers Date: Sun, 26 Aug 2012 23:58:47 +0000 (-0400) Subject: Fix: allow specifying more than one input trace path X-Git-Tag: v1.0.0-rc5~3 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=4e85cbfd81bdd5d58b9cf85c3c623dbce84d8702;hp=4e85cbfd81bdd5d58b9cf85c3c623dbce84d8702 Fix: allow specifying more than one input trace path We need to fix this right away: leaving the OUTPUT cmd line argument take away the possibility to specify multiple input trace paths, with is a very common use-case when merging traces from various nodes. Now, output can be changed by specifying -w, --output OUTPUT. This is a rare use-case anyway, to allowing multiple input paths outweight the need for cmd line arg compatibility, even at this stage. Signed-off-by: Mathieu Desnoyers Acked-by: Julien Desfossez ---