util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Benno Schulenberg <bensberg@telfort.nl>
To: util-linux@vger.kernel.org
Cc: Petr Pisar <petr.pisar@atlas.cz>
Subject: [PATCH] hardlink: add a missing word to an error message
Date: Sun, 13 Mar 2022 12:45:56 +0100	[thread overview]
Message-ID: <20220313114556.6218-1-bensberg@telfort.nl> (raw)

Reported-by: Petr Pisar <petr.pisar@atlas.cz>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
---
 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


             reply	other threads:[~2022-03-13 11:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-13 11:45 Benno Schulenberg [this message]
2022-03-14  9:45 ` [PATCH] hardlink: add a missing word to an error message Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220313114556.6218-1-bensberg@telfort.nl \
    --to=bensberg@telfort.nl \
    --cc=petr.pisar@atlas.cz \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).