diff mbox series

[BlueZ] hcidump: Fix help message for --timestamp option

Message ID 20240209150921.1187294-1-arkadiusz.bokowy@gmail.com
State New
Headers show
Series [BlueZ] hcidump: Fix help message for --timestamp option | expand

Commit Message

Arkadiusz Bokowy Feb. 9, 2024, 3:09 p.m. UTC
---
 tools/hcidump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+bluetooth@kernel.org Feb. 12, 2024, 10:40 p.m. UTC | #1
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 mbox series

Patch

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"