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,