mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-09 15:22:40 -04:00
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:
parent
4b2eabed72
commit
9ab7e7a48d
3
f3brew.c
3
f3brew.c
@ -17,6 +17,9 @@ const char *argp_program_version = "F3 BREW " F3_STR_VERSION;
|
|||||||
/* Arguments. */
|
/* Arguments. */
|
||||||
static char adoc[] = "<DISK_DEV>";
|
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 "
|
static char doc[] = "F3 Block REad and Write -- assess the media of "
|
||||||
"a block device writing blocks, resetting the drive, and "
|
"a block device writing blocks, resetting the drive, and "
|
||||||
"reading the blocks back";
|
"reading the blocks back";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user