From b1f99c909c6e1ac445ca083f0354f86cc5c11956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Redon?= Date: Tue, 2 Oct 2018 15:55:38 +0200 Subject: [PATCH] remsim: add already parsed USB path argument info Change-Id: I03de93ebb92b1d1b5004cbe865cdf1fa0b2b23ac --- host/simtrace2-remsim.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host/simtrace2-remsim.c b/host/simtrace2-remsim.c index 9a681b47..5b8204eb 100644 --- a/host/simtrace2-remsim.c +++ b/host/simtrace2-remsim.c @@ -501,6 +501,7 @@ static void print_help(void) "\t-I\t--usb-interface\tINTERFACE_ID\n" "\t-S\t--usb-altsetting ALTSETTING_ID\n" "\t-A\t--usb-address\tADDRESS\n" + "\t-H\t--usb-path\tPATH\n" "\n" ); }