hashdump: Fix error message

Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
Otavio Pontes
2018-10-11 15:59:32 -07:00
parent 89a7ee9f06
commit bd31f60ddc
+1 -1
View File
@@ -81,7 +81,7 @@ int hashdump_main(int argc, char **argv)
break;
case 'p':
if (!optarg || !set_path_prefix(optarg)) {
fprintf(stderr, "Invalid --basepath argument\n\n");
fprintf(stderr, "Invalid --path/-p argument\n\n");
free(file);
return EINVALID_OPTION;
}