This got missed when trace support was added.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
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}
};
--
2.14.2