f3brew: add a comment to the code

The comment explains from where the name B-RE-W comes.

It is meant to address some confusion that may raise as
the following pull request points out:
https://github.com/AltraMayor/f3/pull/96
This commit is contained in:
Michel Machado 2018-11-28 09:33:36 -05:00
parent 4b2eabed72
commit 9ab7e7a48d

View File

@ -17,6 +17,9 @@ const char *argp_program_version = "F3 BREW " F3_STR_VERSION;
/* Arguments. */
static char adoc[] = "<DISK_DEV>";
/* The capital "E" in "REad" in the string below is not a typo.
* It shows from where the name B-RE-W comes.
*/
static char doc[] = "F3 Block REad and Write -- assess the media of "
"a block device writing blocks, resetting the drive, and "
"reading the blocks back";