]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hardlink: add a missing word to an error message
authorBenno Schulenberg <bensberg@telfort.nl>
Sun, 13 Mar 2022 11:45:56 +0000 (12:45 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Mar 2022 09:30:15 +0000 (10:30 +0100)
Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
misc-utils/hardlink.c

index d4bb48386e37d0d43b638983f2a08b8cc1a30a3b..b4dcb3c908765d5c9838490ab22ee6df6437e86a 100644 (file)
@@ -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"));