From 9ab7e7a48dca74394d6854e8290b3084baa98503 Mon Sep 17 00:00:00 2001 From: Michel Machado Date: Wed, 28 Nov 2018 09:33:36 -0500 Subject: [PATCH] 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 --- f3brew.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/f3brew.c b/f3brew.c index 8637a05..34047b2 100644 --- a/f3brew.c +++ b/f3brew.c @@ -17,6 +17,9 @@ const char *argp_program_version = "F3 BREW " F3_STR_VERSION; /* Arguments. */ static char adoc[] = ""; +/* 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";