summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-07-01 19:46:26 +0000
committerJim Meyering <jim@meyering.net>2001-07-01 19:46:26 +0000
commit736a31a3fc5a39e54f919cf048eff8aff66655cf (patch)
treec9a4df24ca0f6d02bc8ab7f6a0a9593a337fc50e /src
parente919024c707019945de45fc96c707aba544c42dd (diff)
downloadcoreutils-736a31a3fc5a39e54f919cf048eff8aff66655cf.tar.xz
(usage): Suggest setting LC_COLLATE=C, rather than LC_ALL=C.
Diffstat (limited to 'src')
-rw-r--r--src/sort.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index ecfa8287f..383b0381a 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -338,7 +338,8 @@ With no FILE, or when FILE is -, read standard input.\n\
\n\
*** WARNING ***\n\
The locale specified by the environment affects sort order.\n\
-Set LC_ALL=C to get the traditional sort order that uses native byte values.\n\
+Set LC_COLLATE=C to get the traditional sort order that uses\n\
+native byte values.\n\
")
);
puts (_("\nReport bugs to <bug-textutils@gnu.org>."));