From 41c7f3af0352d3e45f4f10b7584e955a7f5cc696 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Fri, 9 Feb 2024 16:09:21 +0100 Subject: [PATCH] hcidump: Fix help message for --timestamp option --- tools/hcidump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hcidump.c b/tools/hcidump.c index 011864bc0..d517031dc 100644 --- a/tools/hcidump.c +++ b/tools/hcidump.c @@ -610,7 +610,7 @@ static void usage(void) " -m, --manufacturer=compid Default manufacturer\n" " -w, --save-dump=file Save dump to a file\n" " -r, --read-dump=file Read dump from a file\n" - " -t, --ts Display time stamps\n" + " -t, --timestamp Display time stamps\n" " -a, --ascii Dump data in ascii\n" " -x, --hex Dump data in hex\n" " -X, --ext Dump data in hex and ascii\n" -- 2.47.3