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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 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





[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux