From fd97653ab678b91503c22089981cc679c3d0e54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 7 Nov 2017 15:05:51 +0000 Subject: risu.c: add missing --trace longopt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This got missed when trace support was added. Signed-off-by: Alex Bennée Message-id: 20171107150558.22131-4-alex.bennee@linaro.org Signed-off-by: Peter Maydell --- risu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/risu.c b/risu.c index a5d155d..616fc33 100644 --- a/risu.c +++ b/risu.c @@ -289,6 +289,7 @@ struct option * setup_options(char **short_opts) {"master", no_argument, &ismaster, 1}, {"host", required_argument, 0, 'h'}, {"port", required_argument, 0, 'p'}, + {"trace", required_argument, 0, 't'}, {"test-fp-exc", no_argument, &test_fp_exc, 1}, {0, 0, 0, 0} }; -- cgit v1.2.3