From 7f37ff5efb2795256a0d4b46b37111128c74f1bc Mon Sep 17 00:00:00 2001 From: Michel Machado Date: Wed, 24 Dec 2014 09:55:53 -0300 Subject: [PATCH] f3probe: rename block device to disk device f3probe really cares about disk devices. --- f3probe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/f3probe.c b/f3probe.c index cf84655..3588d18 100644 --- a/f3probe.c +++ b/f3probe.c @@ -19,7 +19,7 @@ const char *argp_program_version = "F3 Probe " F3_STR_VERSION; /* Arguments. */ -static char adoc[] = ""; +static char adoc[] = ""; static char doc[] = "F3 Probe -- probe a block device for " "counterfeit flash memory. If counterfeit, " @@ -208,7 +208,7 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state) case ARGP_KEY_END: if (!args->filename) argp_error(state, - "The block device was not specified"); + "The disk device was not specified"); if (args->debug && !dev_param_valid(args->real_size_byte, args->fake_size_byte, args->wrap,