[PATCH 07/10] hardlink: fix typoed semicolon to colon in error message

Benno Schulenberg <[email protected]>
Newsgroups org.kernel.vger.util-linux
Message-ID <[email protected]>
Signed-off-by: Benno Schulenberg <[email protected]>
---
 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 ae8215901..0849f9102 100644
--- a/misc-utils/hardlink.c
+++ b/misc-utils/hardlink.c
@@ -1385,7 +1385,7 @@ static int parse_options(int argc, char *argv[])
 				else if (strcmp(optarg, "never") == 0)
 					reflink_mode = REFLINK_NEVER;
 				else
-					errx(EXIT_FAILURE, _("unsupported reflink mode; %s"), optarg);
+					errx(EXIT_FAILURE, _("unsupported reflink mode: %s"), optarg);
 			}
 			if (reflink_mode != REFLINK_NEVER)
 				reflinks_skip = 1;
-- 
2.48.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.