Message ID | 20240209150921.1187294-1-arkadiusz.bokowy@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 41c7f3af0352d3e45f4f10b7584e955a7f5cc696 |
Headers | show |
Series | [BlueZ] hcidump: Fix help message for --timestamp option | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. This is a CI test results with your patch series: PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=824687 ---Test result--- Test Summary: CheckPatch PASS 0.24 seconds GitLint PASS 0.19 seconds BuildEll PASS 24.91 seconds BluezMake PASS 741.59 seconds MakeCheck PASS 11.56 seconds MakeDistcheck PASS 166.35 seconds CheckValgrind PASS 230.05 seconds CheckSmatch PASS 332.64 seconds bluezmakeextell PASS 109.23 seconds IncrementalBuild PASS 707.72 seconds ScanBuild PASS 1006.33 seconds --- Regards, Linux Bluetooth
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"