Update bin_to_hex.h

This commit is contained in:
Gabi Melman 2020-09-24 10:04:07 +03:00 committed by GitHub
parent 5deb7c55e1
commit 99b8c5d379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
//
// Support for logging binary data as hex
// format flags:
// format flags, any combination of the followng:
// {:X} - print in uppercase.
// {:s} - don't separate each byte with space.
// {:p} - don't print the position on each line start.