mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-07 14:11:52 +00:00
hashdump: Fix error message
Signed-off-by: Otavio Pontes <otavio.pontes@intel.com>
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user