[PATCH] column: replace a mistaken word in an error message

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

 



Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx>
---
 text-utils/column.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/text-utils/column.c b/text-utils/column.c
index 85a303455..470c2729a 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -1065,7 +1065,7 @@ int main(int argc, char **argv)
 			free(ctl.input_separator);
 			ctl.input_separator = mbs_to_wcs(optarg);
 			if (!ctl.input_separator)
-				err(EXIT_FAILURE, _("failed to use input separator"));
+				err(EXIT_FAILURE, _("failed to parse input separator"));
 			ctl.greedy = 0;
 			break;
 		case 'T':
-- 
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