summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/l2ping/l2ping.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/l2ping/l2ping.c')
-rw-r--r--usr.sbin/bluetooth/l2ping/l2ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/l2ping/l2ping.c b/usr.sbin/bluetooth/l2ping/l2ping.c
index 1caa93b..56d8ff6 100644
--- a/usr.sbin/bluetooth/l2ping/l2ping.c
+++ b/usr.sbin/bluetooth/l2ping/l2ping.c
@@ -267,7 +267,7 @@ usage(void)
fprintf(stderr, "\t-f - No delay (soft of flood)\n");
fprintf(stderr, "\t-i wait - Delay between packets (sec)\n");
fprintf(stderr, "\t-s size - Packet size (bytes), " \
- "between %d and %d\n", sizeof(int32_t), NG_L2CAP_MAX_ECHO_SIZE);
+ "between %zd and %zd\n", sizeof(int32_t), NG_L2CAP_MAX_ECHO_SIZE);
fprintf(stderr, "\t-h - Display this message\n");
exit(255);
OpenPOWER on IntegriCloud