summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-11-05 10:09:25 +0000
committerJim Meyering <jim@meyering.net>2001-11-05 10:09:25 +0000
commit74942a8e9104c89f071c4a4a38688ead4ae12f1a (patch)
tree5bef2f791ca26bf8225d240dbe0e558be2e632cf /src/sort.c
parent2f39ab18327881b56c76955fbde2b32988e544c8 (diff)
downloadcoreutils-74942a8e9104c89f071c4a4a38688ead4ae12f1a.tar.xz
(usage): Don't recommend setting LC_COLLATE=C.
That can cause problems (now documented in coreutils.texi).
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 13304c751..969f5e95f 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -339,7 +339,7 @@ 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_COLLATE=C to get the traditional sort order that uses\n\
+Set LC_ALL=C to get the traditional sort order that uses\n\
native byte values.\n\
")
);