All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hardlink: add a missing word to an error message
@ 2022-03-13 11:45 Benno Schulenberg
  2022-03-14  9:45 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Benno Schulenberg @ 2022-03-13 11:45 UTC (permalink / raw)
  To: util-linux; +Cc: Petr Pisar

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hardlink: add a missing word to an error message
  2022-03-13 11:45 [PATCH] hardlink: add a missing word to an error message Benno Schulenberg
@ 2022-03-14  9:45 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2022-03-14  9:45 UTC (permalink / raw)
  To: Benno Schulenberg; +Cc: util-linux, Petr Pisar

On Sun, Mar 13, 2022 at 12:45:56PM +0100, Benno Schulenberg wrote:
>  misc-utils/hardlink.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-14  9:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 11:45 [PATCH] hardlink: add a missing word to an error message Benno Schulenberg
2022-03-14  9:45 ` Karel Zak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.