Reported-by: Petr Pisar <petr.pisar@xxxxxxxx> Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- misc-utils/hardlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-utils/hardlink.c b/misc-utils/hardlink.c index d4bb48386..b4dcb3c90 100644 --- a/misc-utils/hardlink.c +++ b/misc-utils/hardlink.c @@ -1259,7 +1259,7 @@ static int parse_options(int argc, char *argv[]) opts.max_size = strtosize_or_err(optarg, _("failed to parse maximum size")); break; case 'r': - opts.cache_size = strtosize_or_err(optarg, _("failed to cache size")); + opts.cache_size = strtosize_or_err(optarg, _("failed to parse cache size")); break; case 'b': opts.io_size = strtosize_or_err(optarg, _("failed to parse I/O size")); -- 2.34.1