Message ID | 20240209150921.1187294-1-arkadiusz.bokowy@gmail.com |
---|---|
State | New |
Headers | show |
Series | [BlueZ] hcidump: Fix help message for --timestamp option | expand |
Hello: This patch was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Fri, 9 Feb 2024 16:09:21 +0100 you wrote: > --- > tools/hcidump.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [BlueZ] hcidump: Fix help message for --timestamp option https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=41c7f3af0352 You are awesome, thank you!
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"