From: Jim Meyering Date: Sun, 22 Oct 2000 07:20:24 +0000 (+0000) Subject: add missing backslash X-Git-Tag: TEXTUTILS-2_0_8~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b84871a2794dec74a8f1d621b4405061853a0b83;p=thirdparty%2Fcoreutils.git add missing backslash --- diff --git a/src/sort.c b/src/sort.c index f00fdc5b47..557173fb5d 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