From b84871a2794dec74a8f1d621b4405061853a0b83 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Oct 2000 07:20:24 +0000 Subject: add missing backslash --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sort.c b/src/sort.c index f00fdc5b4..557173fb5 100644 --- a/src/sort.c +++ b/src/sort.c @@ -2245,7 +2245,7 @@ but lacks following character offset")); { if (nfiles > 1) error (SORT_FAILURE, 0, - _("too many arguments; with -c, there may be at most + _("too many arguments; with -c, there may be at most\ one file argument")); /* POSIX requires that sort return 1 IFF invoked with -c and the -- cgit v1.2.3-54-g00ecf